class in UnityEngine.Experimental.Animations
切换到手册用于为 Animator 和动画 C# 作业提供扩展方法的静态类。
此类中的扩展方法可以直接在 Animator 上使用。
另请参阅:IAnimationJobPlayable。
BindSceneProperty | Create a PropertySceneHandle representing the new binding on the Component property of a Transform in the scene. |
BindSceneTransform | Create a TransformSceneHandle representing the new binding between the Animator and a Transform in the scene. |
BindStreamProperty | 创建一个 PropertyStreamHandle,用于表示已绑定到 Animator 的 Transform 的 Component 属性上的新绑定。 |
BindStreamTransform | 创建一个 TransformStreamHandle,用于表示已绑定到 Animator 的 Animator 与 Transform 之间的新绑定。 |
CloseAnimationStream | 关闭已使用 OpenAnimationStream 打开的流。 |
OpenAnimationStream | 在 Animator 上打开一个新流。 |
ResolveAllSceneHandles | 在运行作业时,新创建的句柄总是在下次访问时延迟解析。为了在评估作业时避免出现 CPU 峰值,您可以手动解析主线程中的所有句柄。 |
ResolveAllStreamHandles | 在运行作业时,新创建的句柄总是在下次访问时延迟解析。为了在评估作业时避免出现 CPU 峰值,您可以手动解析主线程中的所有句柄。 |