RenderingConnection.CreateMaterial(MaterialType) メソッド

定義

新しい Material を作成します。

public:
 Microsoft::Azure::RemoteRendering::Material ^ CreateMaterial(Microsoft::Azure::RemoteRendering::MaterialType type);
public Microsoft.Azure.RemoteRendering.Material CreateMaterial (Microsoft.Azure.RemoteRendering.MaterialType type);
member this.CreateMaterial : Microsoft.Azure.RemoteRendering.MaterialType -> Microsoft.Azure.RemoteRendering.Material
Public Function CreateMaterial (type As MaterialType) As Material

パラメーター

type
MaterialType

作成する材料タイプ。

戻り値

クライアントが null 切断されている場合は を返します。

適用対象

こちらもご覧ください