AnimancerEvent.

AnimancerEvent(float, Action) Constructor

Summary

Creates a new Animancer.AnimancerEvent.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent

Syntax

public AnimancerEvent(float normalizedTime, Action callback)

Parameters

Name Type Description
normalizedTime float
callback Action

Return Value

Type Description
void