Version: 2019.4
public T GetJobData ();

戻り値

T Returns the IAnimationJob data contained in the playable.

説明

Gets the job data contained 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: the example in AnimationScriptPlayable.Create.