Свойство | Type | Description | |
---|---|---|---|
current | ActiveAnimation, | ||
onFinished | List |
Свойство | Type | Description | |
---|---|---|---|
Play | void | ||
Start | void | ||
Update | void |
Méthode | Description | |
---|---|---|
Play ( Animation anim, Direction, playDirection ) : ActiveAnimation, |
Play the specified animation.
|
|
Play ( Animation anim, string clipName, Direction, playDirection ) : ActiveAnimation, |
Play the specified animation.
|
|
Play ( Animation anim, string clipName, Direction, playDirection, EnableCondition enableBeforePlay, DisableCondition disableCondition ) : ActiveAnimation, |
Play the specified animation on the specified object.
|
|
Play ( Animator anim, string clipName, Direction, playDirection, EnableCondition enableBeforePlay, DisableCondition disableCondition ) : ActiveAnimation, |
Play the specified animation on the specified object.
|
|
Reset ( ) : void |
Manually reset the active animation to the beginning.
|
Méthode | Description | |
---|---|---|
Play ( string clipName, Direction, playDirection ) : void |
Play the specified animation.
|
|
Start ( ) : void |
Event receiver is only kept for backwards compatibility purposes. It's removed on start if new functionality is used.
|
|
Update ( ) : void |
Notify the target when the animation finishes playing.
|
static public Play ( Animation anim, Direction, playDirection ) : ActiveAnimation, | ||
anim | Animation | |
playDirection | Direction, | |
Résultat | ActiveAnimation, |
static public Play ( Animation anim, string clipName, Direction, playDirection ) : ActiveAnimation, | ||
anim | Animation | |
clipName | string | |
playDirection | Direction, | |
Résultat | ActiveAnimation, |
static public Play ( Animation anim, string clipName, Direction, playDirection, EnableCondition enableBeforePlay, DisableCondition disableCondition ) : ActiveAnimation, | ||
anim | Animation | |
clipName | string | |
playDirection | Direction, | |
enableBeforePlay | EnableCondition | |
disableCondition | DisableCondition | |
Résultat | ActiveAnimation, |
static public Play ( Animator anim, string clipName, Direction, playDirection, EnableCondition enableBeforePlay, DisableCondition disableCondition ) : ActiveAnimation, | ||
anim | Animator | |
clipName | string | |
playDirection | Direction, | |
enableBeforePlay | EnableCondition | |
disableCondition | DisableCondition | |
Résultat | ActiveAnimation, |
static public ActiveAnimation, current | ||
Résultat | ActiveAnimation, |