Events
AnimationLockStateChangedEvent
Property
Type
Description
SparkEventBus.Subscribe<AnimationLockStateChangedEvent>(e =>
{
Debug.Log($"Entity {e.Entity} lock state: {e.IsLocked}");
});PlayableRequestEvent
Property
Type
Description
PlayableExecutedEvent
Property
Type
Description
Last updated
Was this helpful?
