次の方法で共有


MDLTransformComponent_Extensions クラス

定義

プロトコルから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)

指定した時刻に指定した変換を挿入します。

適用対象