다음을 통해 공유


LoadTextureOptions.CreateForBlobStorage 메서드

정의

public:
 static Microsoft::Azure::RemoteRendering::LoadTextureOptions CreateForBlobStorage(System::String ^ storageContainer, System::String ^ blobName, System::String ^ assetPath, Microsoft::Azure::RemoteRendering::TextureType type);
public static Microsoft.Azure.RemoteRendering.LoadTextureOptions CreateForBlobStorage (string storageContainer, string blobName, string assetPath, Microsoft.Azure.RemoteRendering.TextureType type);
static member CreateForBlobStorage : string * string * string * Microsoft.Azure.RemoteRendering.TextureType -> Microsoft.Azure.RemoteRendering.LoadTextureOptions
Public Shared Function CreateForBlobStorage (storageContainer As String, blobName As String, assetPath As String, type As TextureType) As LoadTextureOptions

매개 변수

storageContainer
String
blobName
String
assetPath
String

반환

적용 대상