 |
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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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