VectorGraphicLayerInsertPath(Int32, dvec3, Boolean) Method |
Creates a new path at a given position.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual VectorGraphicPath InsertPath(
int index,
dvec3 location,
bool isNonJump = false
)
Parameters
- index Int32
- The position.
- location dvec3
- The starting position.
- isNonJump Boolean (Optional)
- The flag to indicate whether the path is a non-jump type. A non-jump path will just process the commands.
Return Value
VectorGraphicPathThe new path.
See Also