Contents

suppressesAutomaticApplication

A Boolean value that controls whether subscribing to the event suppresses automatic application of the root motion delta.

Declaration

var suppressesAutomaticApplication: Bool { get nonmutating set }

Discussion

The default value is true — while the event has subscribers, the system doesn’t apply the delta automatically and the subscriber takes over. Set to false to keep automatic application in place while still observing the event.

See Also

Accessing root motion