Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

PlayableBehaviour.PrepareData

public void PrepareData(Playables.Playable playable, Playables.FrameData info);

Parameters

playableThe Playable that owns the current PlayableBehaviour.
infoA FrameData structure that contains information about the current frame context.

Description

This function is called during the PrepareData phase of the PlayableGraph.

PrepareData is called as long as the playable is delayed.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答