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

返回

适用于