Multi |
The MultiLineBaseNode type exposes the following members.
Name | Description | |
---|---|---|
GetIsLineStrip | Returns true when the positions define connected lines. When false is returned than lines are not connected and each line is defined by two positions. | |
GetPositions | Gets an array of Vector3 items that defines the positions that are used to define this line. | |
GetPositionsBoundingBox | Gets a BoundingBox of the positions that define this line (SceneNode.Transform is not applied to this BoundingBox). | |
OnUpdate | (Overrides LineBaseNodeOnUpdate) | |
SetIsLineStrip | ||
SetPositions(Vector3) | ||
SetPositions(Vector3, BoundingBox) | ||
UpdateMesh | ||
UpdatePositions | UpdatePositions method needs to be called after the content of the _positions array is changed. The method updates the local bounding box and will update the mesh in the update pass. To update mesh, call Update method. Optionally it is possible to set the bounding box of the positions. This prevents calculating the bounding box form the positions. When the _positions property is set to another positions instance, then it is not needed to call this method. |