Version: 2020.2
言語: 日本語
public void SetJobData (T jobData);

パラメーター

jobData The new IAnimationJob data to set in the playable.

説明

Sets a new job data in the playable.

The generic type must be the same as the one used for the creation of the playable, otherwise an ArgumentException is raised.

See Also: AnimationScriptPlayable.Create.