ManualMixerState.

GetEventDispatchInfo(float, float, bool) Method

Summary

Gets the details used to trigger Animancer.AnimancerEvents on this state: Animancer.AnimancerState.Length, Animancer.AnimancerState.NormalizedTime, and Animancer.AnimancerState.IsLooping.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public override void GetEventDispatchInfo(out float length, out float normalizedTime, out bool isLooping)

Parameters

Name Type Description
length float
normalizedTime float
isLooping bool

Return Value

Type Description
void