LoadModelResult.Root プロパティ

定義

読み込まれたモデルのルート Entity

public:
 property Microsoft::Azure::RemoteRendering::Entity ^ Root { Microsoft::Azure::RemoteRendering::Entity ^ get(); };
public Microsoft.Azure.RemoteRendering.Entity Root { get; }
member this.Root : Microsoft.Azure.RemoteRendering.Entity
Public ReadOnly Property Root As Entity

プロパティ値

注釈

これは、モデル構造の最上位 Entity ノードです。 このノードの変換を設定することで、モデルを配置できます (、、RotationScaleを参照)。Position

適用対象