|
Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine. GitHub | Iuvo Unity Updates | Creator |
Public Member Functions | |
| AnimationHandler (Animator animator) | |
| void | Play (string animationName) |
| void | Play (AnimationClip clip) |
| void | Stop () |
| void | SetBlend (float blendTime) |
| bool | IsPlaying (string animationName) |
| AnimationClip | GetCurrentClip () |
Private Attributes | |
| Animator | animator |
| IuvoUnity.Animations.AnimationHandler.AnimationHandler | ( | Animator | animator | ) |
References animator.
| AnimationClip IuvoUnity.Animations.AnimationHandler.GetCurrentClip | ( | ) |
Implements IuvoUnity.Interfaces.IAnimationHandler.
| bool IuvoUnity.Animations.AnimationHandler.IsPlaying | ( | string | animationName | ) |
Implements IuvoUnity.Interfaces.IAnimationHandler.
References animator.
| void IuvoUnity.Animations.AnimationHandler.Play | ( | AnimationClip | clip | ) |
Implements IuvoUnity.Interfaces.IAnimationHandler.
References animator.
| void IuvoUnity.Animations.AnimationHandler.Play | ( | string | animationName | ) |
Implements IuvoUnity.Interfaces.IAnimationHandler.
References animator.
| void IuvoUnity.Animations.AnimationHandler.SetBlend | ( | float | blendTime | ) |
Implements IuvoUnity.Interfaces.IAnimationHandler.
References animator.
| void IuvoUnity.Animations.AnimationHandler.Stop | ( | ) |
Implements IuvoUnity.Interfaces.IAnimationHandler.
References animator.
|
private |
Referenced by AnimationHandler(), IsPlaying(), Play(), Play(), SetBlend(), and Stop().