VectorGraphicTextLayerInsertPath(Int32, dvec3, Boolean) Method | 
            Creates a new path at a given position. Added paths will be cleared during rebuild.
            
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.31.0
Syntaxpublic override 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