Click or drag to resize
Ab4d.SharpEngine logo

CameraAxisPanel Methods

The CameraAxisPanel type exposes the following members.

Methods
 NameDescription
Public methodCustomizeAxes CustomizeAxes customizes the show axes with specifying custom orientation and axis color for each axis.
Public methodCustomizeModels CustomizeModels can be used to provide advanced customization of the 3D models that are used to show the content of this CameraAxisPanel. When called with default parameters, then the default values will be used.
Public methodDispose Dispose method disposes all the resources that were used by this CameraAxisPanel and removes the panel from the SceneView's overlay.
Public methodUpdate Update method updates the orientation of the axes to reflect the rotation of the specified camera. This method is automatically called on each camera change. User can call this method to manually update the axes, though this is usually not needed.
Top
See Also