LoadModelResult.Root Property

Definition

Root Entity of the loaded model.

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

Property Value

Remarks

This is the top most Entity node in the model structure. You can place the model by setting this node's transform (see Position, Rotation, Scale).

Applies to