UpdatableListPlayable.

PrepareFrame(Playable, FrameData) Method

Summary

[Internal] Calls Animancer.IUpdatable.Update on everything added to this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
UpdatableListPlayable

Syntax

public override void PrepareFrame(Playable playable, FrameData info)

Remarks

Called by the UnityEngine.Playables.PlayableGraph after the rest of the UnityEngine.Playables.Playables are evaluated.

Parameters

Name Type Description
playable Playable
info FrameData

Return Value

Type Description
void