Property | Type | Description | |
---|---|---|---|
nodes | TreeEditor.SplineNode[] | ||
tension | float |
Method | Description | |
---|---|---|
AddPoint ( Vector3 pos, float timeInSeconds ) : void | ||
GetApproximateLength ( ) : float | ||
GetNodeCount ( ) : int | ||
GetNodes ( ) : TreeEditor.SplineNode[] | ||
GetPositionAtTime ( float timeParam ) : Vector3 | ||
GetRotationAtTime ( float timeParam ) : |
||
RemoveNode ( int c ) : void | ||
Reset ( ) : void | ||
SetNodeCount ( int c ) : void | ||
TreeSpline ( ) : System | ||
TreeSpline ( |
||
UpdateRotations ( ) : void | ||
UpdateTime ( ) : void |
Method | Description | |
---|---|---|
GetPositionInternal ( int idxFirstpoint, float t ) : Vector3 | ||
GetRotationInternal ( int idxFirstpoint, float t ) : |
||
OnDisable ( ) : void |
public AddPoint ( Vector3 pos, float timeInSeconds ) : void | ||
pos | Vector3 | |
timeInSeconds | float | |
return | void |
public GetNodes ( ) : TreeEditor.SplineNode[] | ||
return | TreeEditor.SplineNode[] |
public GetPositionAtTime ( float timeParam ) : Vector3 | ||
timeParam | float | |
return | Vector3 |
public GetRotationAtTime ( float timeParam ) : |
||
timeParam | float | |
return |