UpdatableListPlayable.

Create(AnimancerGraph, int, IUpdatable.List) Method

Summary

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

Syntax

public static ScriptPlayable<UpdatableListPlayable> Create(AnimancerGraph graph, int inputCount, IUpdatable.List updatables)

Parameters

Name Type Description
graph AnimancerGraph
inputCount int
updatables IUpdatable.List

Return Value

Type Description
ScriptPlayable<UpdatableListPlayable>