Summary
A list of
Animancer.AnimancerEvent
s that will occur while this state plays
as well as one that specifically defines when it ends.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerState
Syntax
public AnimancerEvent.Sequence SharedEvents { get; set; }
Remarks
Unlike
Animancer.AnimancerState.Events
, this property directly returns the underlying reference
which can be null or shared by multiple states,
therefore you must be careful which objects you're registering events to.
Animancer Lite does not allow the use of events in runtime builds, except for End Events.
Documentation:
Animancer Events
Value
Type | Description |
---|---|
AnimancerEvent |
See Also
- Animancer.AnimancerState.Events
- Animancer.AnimancerState.TryInitializeEvents(Animancer.AnimancerEvent.Sequence@)