animationfinished - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Misc.Animations
Inherits from UnityEngine.MonoBehaviour
Checks if an animator is finished playing a certain animation and emits an event if that is the case.
public class AnimationFinished : MonoBehaviour| Name | Description |
|---|---|
| OnAnimationFinished | Emitted if the animator completes the animation with the given name. |