Property | Type | Description | |
---|---|---|---|
closePath | bool | ||
drawPoint | Vector3 | ||
path | Vector3[] | ||
scale | float | ||
sections | int |
Method | Description | |
---|---|---|
CalculatePoints ( ) : void | ||
Draw ( Vector3 point, bool drawStart = false, bool drawEnd = false, bool draw = false ) : bool | ||
OnDestroy ( ) : void | ||
OnDrawGizmosSelected ( ) : void | ||
ResetMesh ( ) : void | ||
UpdateMesh ( ) : void |
Method | Description | |
---|---|---|
GetNewPoints ( Vector3 point ) : Vector3[] |
public Draw ( Vector3 point, bool drawStart = false, bool drawEnd = false, bool draw = false ) : bool | ||
point | Vector3 | |
drawStart | bool | |
drawEnd | bool | |
draw | bool | |
return | bool |