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

AnimationScriptPlayable.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, otherwise an ArgumentException is raised.

See Also: AnimationScriptPlayable.Create.