Property | Type | Description | |
---|---|---|---|
maxDeployTime | float |
Method | Description | |
---|---|---|
SSTUAnimData ( |
||
SSTUAnimData ( String name, float speed, int layer, |
||
ToString ( ) : string | ||
playAnimation ( ) : void | ||
sample ( float time ) : void | ||
setAnimLayer ( int layer ) : void | ||
setAnimSpeed ( float speed ) : void | ||
setAnimTime ( float time, bool sample = false ) : void | ||
setMaxTime ( float max, AnimState state ) : bool | ||
stopAnimation ( ) : void | ||
updateAnimation ( ) : bool |
Method | Description | |
---|---|---|
sample ( |
||
setupController ( String name, float speed, int layer, |
public SSTUAnimData ( |
||
node | ||
transform | ||
return | System |
public SSTUAnimData ( String name, float speed, int layer, |
||
name | String | |
speed | float | |
layer | int | |
transform | ||
return | System |
public setAnimTime ( float time, bool sample = false ) : void | ||
time | float | |
sample | bool | |
return | void |
public setMaxTime ( float max, AnimState state ) : bool | ||
max | float | |
state | AnimState | |
return | bool |