AnimancerEvent.Sequence.Serializable.

AnimancerEvent.Sequence.

AnimancerEvent.

SetEndEvent(float, IInvokable) Method

Summary

Sets the data of the Animancer.AnimancerEvent.Sequence.EndEvent.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence.Serializable

Syntax

public void SetEndEvent(float normalizedTime = NaN, IInvokable callback = null)

Parameters

Name Type Description
normalizedTime float
callback IInvokable

Return Value

Type Description
void