AnimancerEvent.Dispatcher.

AnimancerEvent.

DismissEventOwnership() Method

Summary

Sets Animancer.AnimancerEvent.Dispatcher.GotEventsFromPool to false which indicates that the events aren't owned by the target state.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Dispatcher

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void DismissEventOwnership()

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
void