Click or drag to resize
Ab4d.SharpEngine logo

AxisWithLabelsNode Methods

The AxisWithLabelsNode type exposes the following members.

Methods
 NameDescription
Public methodClone 
Protected methodDispose
(Overrides GroupNodeDispose(Boolean))
Protected methodOnInitializeSceneResources
(Overrides GroupNodeOnInitializeSceneResources(Scene, VulkanDevice))
Protected methodOnTicksPositionsChanged OnTicksPositionsChanged is called when tick positions change.
(Overrides AxisWithLabelsBaseNodeOnTicksPositionsChanged)
Protected methodOnUpdate Updates the axis if needed.
(Overrides AxisWithLabelsBaseNodeOnUpdate)
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