Method | Description | |
---|---|---|
AddClip ( |
||
AddClip ( |
||
AddClip ( |
||
Animation ( ) | ||
Blend ( string animation ) : void | ||
Blend ( string animation, float targetWeight ) : void | ||
Blend ( string animation, float targetWeight, float fadeLength ) : void | ||
CrossFade ( string animation ) : void | ||
CrossFade ( string animation, float fadeLength ) : void | ||
CrossFade ( string animation, float fadeLength, PlayMode mode ) : void | ||
CrossFadeQueued ( string animation ) : |
||
CrossFadeQueued ( string animation, float fadeLength ) : |
||
CrossFadeQueued ( string animation, float fadeLength, QueueMode queue ) : |
||
CrossFadeQueued ( string animation, float fadeLength, QueueMode queue, PlayMode mode ) : |
||
GetClip ( string name ) : |
||
GetClipCount ( ) : int | ||
GetEnumerator ( ) : IEnumerator | ||
IsPlaying ( string name ) : bool | ||
Play ( ) : bool | ||
Play ( AnimationPlayMode mode ) : bool | ||
Play ( PlayMode mode ) : bool | ||
Play ( [ mode ) : bool | ||
Play ( string animation ) : bool | ||
Play ( string animation, AnimationPlayMode mode ) : bool | ||
Play ( string animation, PlayMode mode ) : bool | ||
PlayQueued ( string animation ) : |
||
PlayQueued ( string animation, QueueMode queue ) : |
||
PlayQueued ( string animation, QueueMode queue, PlayMode mode ) : |
||
RemoveClip ( |
||
RemoveClip ( string clipName ) : void | ||
Rewind ( ) : void | ||
Rewind ( string name ) : void | ||
Sample ( ) : void | ||
Stop ( ) : void | ||
Stop ( string name ) : void | ||
SyncLayer ( int layer ) : void | ||
this ( string name ) : |
Method | Description | |
---|---|---|
AddClip ( |
||
Blend ( string animation, [ targetWeight, [ fadeLength ) : void | ||
CrossFade ( string animation, [ fadeLength, [ mode ) : void | ||
CrossFadeQueued ( string animation, [ fadeLength, [ queue, [ mode ) : |
||
GetState ( string name ) : |
||
GetStateAtIndex ( int index ) : |
||
GetStateCount ( ) : int | ||
INTERNAL_CALL_Rewind ( |
||
INTERNAL_CALL_Sample ( |
||
INTERNAL_CALL_Stop ( |
||
INTERNAL_CALL_SyncLayer ( |
||
INTERNAL_get_localBounds ( |
||
INTERNAL_set_localBounds ( |
||
Internal_RewindByName ( string name ) : void | ||
Internal_StopByName ( string name ) : void | ||
Play ( string animation, [ mode ) : bool | ||
PlayDefaultAnimation ( PlayMode mode ) : bool | ||
PlayQueued ( string animation, [ queue, [ mode ) : |
||
RemoveClip2 ( string clipName ) : void |
public AddClip ( |
||
clip | ||
newName | string | |
return | void |
public AddClip ( |
||
clip | ||
newName | string | |
firstFrame | int | |
lastFrame | int | |
return | void |
public AddClip ( |
||
clip | ||
newName | string | |
firstFrame | int | |
lastFrame | int | |
addLoopFrame | bool | |
return | void |
public Blend ( string animation, float targetWeight ) : void | ||
animation | string | |
targetWeight | float | |
return | void |
public Blend ( string animation, float targetWeight, float fadeLength ) : void | ||
animation | string | |
targetWeight | float | |
fadeLength | float | |
return | void |
public CrossFade ( string animation, float fadeLength ) : void | ||
animation | string | |
fadeLength | float | |
return | void |
public CrossFade ( string animation, float fadeLength, PlayMode mode ) : void | ||
animation | string | |
fadeLength | float | |
mode | PlayMode | |
return | void |
public CrossFadeQueued ( string animation ) : |
||
animation | string | |
return |
public CrossFadeQueued ( string animation, float fadeLength ) : |
||
animation | string | |
fadeLength | float | |
return |
public CrossFadeQueued ( string animation, float fadeLength, QueueMode queue ) : |
||
animation | string | |
fadeLength | float | |
queue | QueueMode | |
return |
public CrossFadeQueued ( string animation, float fadeLength, QueueMode queue, PlayMode mode ) : |
||
animation | string | |
fadeLength | float | |
queue | QueueMode | |
mode | PlayMode | |
return |
public GetClip ( string name ) : |
||
name | string | |
return |
public Play ( AnimationPlayMode mode ) : bool | ||
mode | AnimationPlayMode | |
return | bool |
public Play ( string animation, AnimationPlayMode mode ) : bool | ||
animation | string | |
mode | AnimationPlayMode | |
return | bool |
public Play ( string animation, PlayMode mode ) : bool | ||
animation | string | |
mode | PlayMode | |
return | bool |
public PlayQueued ( string animation ) : |
||
animation | string | |
return |
public PlayQueued ( string animation, QueueMode queue ) : |
||
animation | string | |
queue | QueueMode | |
return |
public PlayQueued ( string animation, QueueMode queue, PlayMode mode ) : |
||
animation | string | |
queue | QueueMode | |
mode | PlayMode | |
return |
public RemoveClip ( |
||
clip | ||
return | void |