animationskip - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Misc.Animations
Inherits from UnityEngine.MonoBehaviour
Skips the animation of an animation and fading the rigs visibility during that time.
public class AnimationSkip : MonoBehaviour| Name | Description |
|---|---|
| OnFullyFaded | Emitted once the rig is fully faded. |
| Name | Description |
|---|---|
| SkipAnimationInstant() | Skips the animation instantly. |
| StartAnimationSkip() | Starts the process of skipping the animation. |