Click or drag to resize
Ab4d.SharpEngine logo

AxesBoxNode Methods

The AxesBoxNode type exposes the following members.

Methods
 NameDescription
Protected methodDispose
(Overrides GroupNodeDispose(Boolean))
Public methodGetAllAxes Returns an array of all AxisWithLabelsBaseNode objects.
Protected methodOnConnectionLinesPropertyChanged OnConnectionLinesPropertyChanged
Protected methodOnInitializeSceneResources
(Overrides GroupNodeOnInitializeSceneResources(Scene, VulkanDevice))
Protected methodOnUpdate Update method updates the shown axes.
(Overrides SceneNodeOnUpdate)
Public methodSetAxisDataRange SetAxisDataRange method sets the data range and ticks step for the specified axis.
Public methodUpdateTextDirections UpdateTextDirections method can be called when Camera property is set but UpdateOnCameraChanges is false. When called, it updates the directions of the text based on the current camera.
Public methodUpdateTextDirections(ICamera) UpdateTextDirections method can be called when Camera property is not set, and we want to update the directions of the text based on the specified camera.
Top
Extension Methods
 NameDescription
Public Extension MethodDumpHierarchy Writes the hierarchy of the GroupNode and its children into the Visual Studio Output window.
(Defined by Extensions)
Top
See Also