DefaultControlsWidget
Description
- Derived from
-
Widget abstract
- Extended by
-
SceneViewWidget sealed
TerrainViewWidget sealed
Full source code is included in the Tinman 3D SDK download. |
Abstract base class for widgets that use default controls.
Subclasses may choose to include any of the following default controls in the WidgetGuiSlot.Controls, by overriding the properties named Current*
accordingly:
Protected / Attributes
CurrentDefaultVisibleCheck
Returns the current visible check.
Defaults to TerrainView.VisibleCheck of CurrentTerrainView.
CurrentLightProvider
Returns the current light provider.
Defaults to ILightingContainer.LightingMap or CurrentTerrainView.
CurrentMeshBuffer
Returns the current CLOD mesh buffer.
Defaults to IMeshDynamic.Buffer of CurrentMeshDynamic.
CurrentMeshDynamic
Returns the current CLOD mesh.
Defaults to TerrainMesh.Mesh of CurrentTerrainMesh.
CurrentShadowMapping
Returns the current shadow mapping.
Defaults to TerrainView.Shadows of CurrentTerrainView
CurrentTerrainBuffer
Returns the current terrain buffer.
Defaults to TerrainMesh.Buffer of CurrentTerrainMesh.
CurrentTerrainMesh
Returns the current terrain mesh.
Defaults to TerrainView.Terrain of CurrentTerrainView.