MDLTransformComponent_Extensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
接口的 IMDLTransformComponent 扩展方法,以支持协议中的所有方法 IMDLTransformComponent 。
public static class MDLTransformComponent_Extensions
type MDLTransformComponent_Extensions = class
- 继承
-
MDLTransformComponent_Extensions
注解
的 IMDLTransformComponent 扩展方法允许开发人员将 接口的实例视为具有原始 IMDLTransformComponent 协议的所有可选方法。 由于 接口仅包含所需的成员,因此这些扩展方法允许开发人员调用协议的可选成员。
方法
GetKeyTimes(IMDLTransformComponent) |
接口的 IMDLTransformComponent 扩展方法,以支持协议中的所有方法 IMDLTransformComponent 。 |
GetLocalTransform(IMDLTransformComponent, Double) |
获取指定时间的本地转换。 |
GetLocalTransform4x4(IMDLTransformComponent, Double) |
获取指定时间的本地转换。 |
GetMatrix4x4(IMDLTransformComponent) |
获取指定时间的本地转换矩阵。 |
GetResetsTransform(IMDLTransformComponent) |
接口的 IMDLTransformComponent 扩展方法,以支持协议中的所有方法 IMDLTransformComponent 。 |
SetLocalTransform(IMDLTransformComponent, Matrix4) |
将所有转换信息(包括基于时间的转换)替换为指定的静态转换。 |
SetLocalTransform(IMDLTransformComponent, Matrix4, Double) |
接口的 IMDLTransformComponent 扩展方法,以支持协议中的所有方法 IMDLTransformComponent 。 |
SetLocalTransform4x4(IMDLTransformComponent, NMatrix4) |
将所有转换信息(包括基于时间的转换)替换为指定的静态转换。 |
SetLocalTransform4x4(IMDLTransformComponent, NMatrix4, Double) |
在指定时间插入指定的转换。 |
SetMatrix4x4(IMDLTransformComponent, NMatrix4) |
将转换矩阵从本地空间设置为父空间。 |
SetResetsTransform(IMDLTransformComponent, Boolean) |
在指定时间插入指定的转换。 |