LoadTextureFromSasOptions.TextureUri Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
URI to the texture.
public: System::String ^ TextureUri;
public string TextureUri;
val mutable TextureUri : string
Public TextureUri As String
Field Value
Remarks
Either 'builtin://xyz' or a URI pointing to a texture. Both raw (public) URIs to blob store and URIs with embedded SAS tokens to blob store are supported.