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> |