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 |
ScriptPlayable |
Creates a new
Animancer.UpdatableListPlayable .static
|
PrepareFrame |
void |
[Internal] Calls
Animancer.IUpdatable.Update on everything added to this list. |