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

AnimationScriptPlayable.SetJobData

切换到手册
public void SetJobData (T jobData);

参数

jobData要在可播放项中设置的新 IAnimationJob 数据。

描述

在可播放项中设置新的作业数据。

泛型类型必须与用于创建可播放项的类型相同,否则会引发 ArgumentException

另请参阅:AnimationScriptPlayable.Create