UpdatableListPlayable Class

Summary

A UnityEngine.Playables.PlayableBehaviour which executes Animancer.IUpdatable.Update on each item in an Animancer.IUpdatable.List every frame.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
  • PlayableBehaviour
graph BT Type-->Base0["PlayableBehaviour"] Type["UpdatableListPlayable"] class Type type-node

Syntax

public class UpdatableListPlayable : PlayableBehaviour

Methods

Name Value Summary
Create(AnimancerGraph, int, IUpdatable.List) ScriptPlayable<UpdatableListPlayable>
Creates a new Animancer.UpdatableListPlayable.
static
PrepareFrame(Playable, FrameData) void
[Internal] Calls Animancer.IUpdatable.Update on everything added to this list.