Struct LoadModelOptions

Parameters for loading a model from Azure blob storage.

struct Microsoft::Azure::RemoteRendering::LoadModelOptions

Fields

Blob

See LoadFromBlobOptions.

Microsoft::Azure::RemoteRendering::LoadFromBlobOptions Blob{};

Parent

Optional parent Entity for the model.

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

ApiHandle<Microsoft::Azure::RemoteRendering::Entity> Parent{};

See also