Struct LoadModelFromSasOptions
Parameters for loading a model using a URI.
struct Microsoft::Azure::RemoteRendering::LoadModelFromSasOptions
Fields
ModelUri
URI to the model.
Either 'builtin://xyz' or a URI pointing to a converted model. Both raw (public) URIs to blob store and URIs with embedded SAS tokens to blob store are supported.
std::string ModelUri{};
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{};