SceneEntityView
Description
- Derived from
-
SceneObject abstract
ISceneEntityView - Extended by
-
CameraBase abstract
CameraFree sealed
CompassView sealed
Example_SceneEntityView sealed
Example_SpatialCallback sealed
OffscreenView sealed
ScreenGizmo sealed
Abstract base class for ISceneEntityView implementations.
The default implementation of ISceneEntityView.QueryScreen produces no query results. The ISceneObject.QuerySceneObjectResult method will generate a SceneEntityViewResult for this
scene entity view.
The default implementation of SceneObject.DirtyStateCheck checks if the ISceneObject.Enabled property of ISceneEntityView.Owner has changed and calls SceneObject.DirtyState in that case. In effect, the SceneObject.DoUpdateState will be called if the owning scene entity is enabled or disabled, which make the SceneView.Enabled and SceneView.Visible helpers work as expected.
Protected / Methods
ScreenLabel
4 overloads
Convenience method that adds a screen label centered at the given world coordinates.
Convenience method that adds a screen label centered at the given world coordinates.
Convenience method that adds a screen label centered at the given screen coordinates.
Convenience method that adds a screen label centered at the given screen coordinates.