 |
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.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic class AxisLineNode : GroupNode
The AxisLineNode type exposes the following members.
Constructors| | Name | Description |
|---|
 | AxisLineNode |
Constructor with center position set to (0, 0, 0) and axis length set to DefaultAxisLineLength (100 by default)
|
 | AxisLineNode(String) |
Constructor with center position set to (0, 0, 0) and axis length set to DefaultAxisLineLength (100 by default)
|
 | AxisLineNode(Single, String) |
Constructor with center position set to (0, 0, 0)
|
 | AxisLineNode(Vector3, String) |
Constructor with axis length set to DefaultAxisLineLength (100 by default)
|
 | AxisLineNode(Vector3, Single, String) |
Constructor
|
Top
Properties
Fields
Extension Methods| | Name | Description |
|---|
 | DumpHierarchy |
Writes the hierarchy of the GroupNode and its children into the Visual Studio Output window.
(Defined by Extensions) |
Top
See Also