Share via


MDLTransformComponent_Extensions Class

Definition

Extension methods to the IMDLTransformComponent interface to support all the methods from the MDLTransformComponent protocol.

public static class MDLTransformComponent_Extensions
type MDLTransformComponent_Extensions = class
Inheritance
MDLTransformComponent_Extensions

Remarks

The extension methods for IMDLTransformComponent interface allow developers to treat instances of the interface as having all the optional methods of the original MDLTransformComponent protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
GetLocalTransform(IMDLTransformComponent, Double)

Gets the local transform at the specified time.

SetLocalTransform(IMDLTransformComponent, NMatrix4, Double)

Causes this transform to represent the specified static transform.

SetLocalTransform(IMDLTransformComponent, NMatrix4)

Causes this transform to represent the specified static transform.

Applies to