LoadModelOptions.Parent Field

Definition

Optional parent Entity for the model.

public: Microsoft::Azure::RemoteRendering::Entity ^ Parent;
public Microsoft.Azure.RemoteRendering.Entity Parent;
val mutable Parent : Microsoft.Azure.RemoteRendering.Entity
Public Parent As Entity 

Field Value

Remarks

If not null, the loaded model will be attached to Parent as a child object. Otherwise, it will become a top level entity.

Applies to