Creates new XMaterial class instance.

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

Syntax

C#
public XMaterial(
	ExtendedMaterial material,
	IXResourceContainer textureContainer
)

Parameters

material
Type: ExtendedMaterial
The ExtendedMaterial material, saved in the DirectX file (.x).
textureContainer
Type: SGP.XUtility..::.IXResourceContainer
Texture container.

See Also