Summary
[Internal] Calls
Animancer.IUpdatable.Update
on everything added to this list.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Updatable
List Playable
Syntax
public override void PrepareFrame(Playable playable, FrameData info)
Remarks
Called by the
UnityEngine.Playables.PlayableGraph
after the rest of the UnityEngine.Playables.Playable
s are evaluated.
Parameters
Name | Type | Description |
---|---|---|
playable | Playable | |
info | FrameData |
Return Value
Type | Description |
---|---|
void |