Click or drag to resize

VectorGraphicLayerInsertPath(Int32, dvec3, Boolean) Method

Creates a new path at a given position.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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

VectorGraphicPath
The new path.
See Also