Version: 2018.4
Experimental: this API is experimental and might be changed or removed in the future.

AnimationScriptPlayable.GetJobData

マニュアルに切り替える
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.