Lightweight Animator Controller
  • Manual
  • Scripting API
Search Results for

    Show / Hide Table of Contents
    • ACLightweightAnimator
      • LightweightAnimatorController
    • ACLightweightAnimator.Core
      • ACAnimation
      • ACAnimationEvents
      • ACAnimationLayer
      • ACAnimationSettings

    Class ACAnimationEvents

    Events to subscribe to get callbacks triggered at different steps of the animation process

    Inheritance
    object
    ACAnimationEvents
    Namespace: ACLightweightAnimator.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public class ACAnimationEvents

    Properties

    OnAnimationCompleted

    Declaration
    public UnityEvent<ACAnimation> OnAnimationCompleted { get; }
    Property Value
    Type Description
    UnityEvent<><ACAnimation>

    OnAnimationPlayed

    Declaration
    public UnityEvent<ACAnimation> OnAnimationPlayed { get; }
    Property Value
    Type Description
    UnityEvent<><ACAnimation>
    In This Article
    Back to top Lightweight Animator Controller version 1.0 by Antoine Cherel