Свойство | Type | Description | |
---|---|---|---|
nodes | TreeEditor.SplineNode[] | ||
tension | float |
Méthode | 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 |
Méthode | 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 | |
Résultat | void |
public GetNodes ( ) : TreeEditor.SplineNode[] | ||
Résultat | TreeEditor.SplineNode[] |
public GetPositionAtTime ( float timeParam ) : Vector3 | ||
timeParam | float | |
Résultat | Vector3 |
public GetRotationAtTime ( float timeParam ) : |
||
timeParam | float | |
Résultat |
public TreeSpline ( |
||
o | ||
Résultat | System |