AnimancerPlayable.

GetPreUpdatable(int) Method

Summary

Returns the object registered by Animancer.AnimancerPlayable.RequirePreUpdate(Animancer.IUpdatable) at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable

Syntax

public IUpdatable GetPreUpdatable(int index)

Parameters

Name Type Description
index int

Return Value

Type Description
IUpdatable