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

IAnimationJobPlayable.SetJobData

マニュアルに切り替える
public void SetJobData (T jobData);

パラメーター

jobDataThe 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.