Click or drag to resize
Ab4d.SharpEngine logo

AxisLineNode Class

AxisLineNode class is used to create a SceneNode that creates three perpendicular 3D lines that represent the axes of the current coordinate system. By default the color of x axis is red, y axis is green and z axis is blue.
Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class AxisLineNode : GroupNode

The AxisLineNode type exposes the following members.

Constructors
 NameDescription
Public methodAxisLineNodeInitializes a new instance of the AxisLineNode class
Public methodAxisLineNode(String)Initializes a new instance of the AxisLineNode class
Public methodAxisLineNode(Single, String)Initializes a new instance of the AxisLineNode class
Public methodAxisLineNode(Vector3, String)Initializes a new instance of the AxisLineNode class
Public methodAxisLineNode(Vector3, Single, String)Initializes a new instance of the AxisLineNode class
Top
Properties
 NameDescription
Public propertyIsXAxisShown 
Public propertyIsYAxisShown 
Public propertyIsZAxisShown 
Public propertyLength Gets or sets the length of the axis lines. Default length is set from the static DefaultAxisLineLength field (100 by default).
Public propertyLineThickness Gets or sets the thickness of the axis lines. Default value is set from the static DefaultAxisLineThickness field (2 by default).
Public propertyPosition Gets or sets the position of the axes origin. Default value is (0, 0, 0).
Public propertyXAxisColor Gets or sets the color of X axis
Public propertyYAxisColor Gets or sets the color of Y axis
Public propertyZAxisColor Gets or sets the color of Z axis
Top
Fields
 NameDescription
Public fieldStatic memberDefaultAxisLineLength static DefaultAxisLineLength (100 by default)
Public fieldStatic memberDefaultAxisLineThickness static DefaultAxisLineThickness (2 by default)
Protected fieldxAxisLineNode xAxisLineNode
Protected fieldyAxisLineNode yAxisLineNode
Protected fieldzAxisLineNode zAxisLineNode
Top
Extension Methods
 NameDescription
Public Extension MethodDumpHierarchy Dumps the hierarchy of the GroupNode and its children.
(Defined by Extensions)
Top
See Also