 |
WireCrossNode Class |
WireCrossNode class is used to create a SceneNode that creates three perpendicular 3D lines that are crossing at the specified position.
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic class WireCrossNode : MultiLineBaseNode
The WireCrossNode type exposes the following members.
Constructors | Name | Description |
---|
 | WireCrossNode(String) |
Constructor
|
 | WireCrossNode(Material, String) |
Constructor
|
 | WireCrossNode(Vector3, String) |
Constructor
|
 | WireCrossNode(Vector3, Color3, String) |
Constructor
|
 | WireCrossNode(Vector3, Color4, String) |
Constructor
|
 | WireCrossNode(Vector3, Single, Material, String) |
Constructor
|
 | WireCrossNode(Vector3, Color3, Single, Single, String) |
Constructor
|
 | WireCrossNode(Vector3, Color4, Single, Single, String) |
Constructor
|
Top
Properties | Name | Description |
---|
 | LinesLength |
Gets or sets the length of the lines in the wire cross.
Default value is 50.
|
 | Position |
Gets or sets the position of the wire cross.
Default value is (0, 0, 0)
|
Top
Fields
See Also