IUpdateableGui
Description
- Extended by
-
AnimationGui sealed
BookmarksGui sealed
CameraPathGui sealed
DefaultVisibleCheckGui sealed
HeightmapSampleGui sealed
IWidget
LightingGui sealed
MapCoordinatesGui sealed
MeshBufferGui sealed
MeshDynamicGui sealed
ProfilerGui sealed
ShadowMappingGui sealed
TerrainBufferGui sealed
TerrainLayerListGui sealed
TerrainViewGui sealed
Base interface for classes that provide a GUI and a standard mechanism for updating it according to the current data model values.
Public / Methods
UpdateGui
Updates GUI components, according to current values in the data model.
Implementing method are expected to be fail-safe, i.e. their behaviour is well-defined, even if there is not GUI or the data model is empty. Thus, the UpdateGui method may be called at any time.
This method may be called repeatedly when valuesOnly in is true
. Implementing methods are expected to perform efficient in this case.