Creates new XMaterial class instance from the DirectX layer Material material.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XMaterial(
	Material material
)

Parameters

material
Type: Material
The DirectX layer Material material.

See Also