Dela via


RenderingConnection.CreateMaterial(MaterialType) Metod

Definition

Skapar en ny 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

Parametrar

type
MaterialType

Materialtyp som ska skapas.

Returer

Returnerar null om klienten har kopplats från.

Gäller för

Se även