 |
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: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks[Missing <remarks> documentation for "T:Ab4d.SharpEngine.SceneNodes.AxisLineNode"]
See Also