Adds new XTextureLayer texture layer to the material.

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

Syntax

C#
public void AddLayer(
	XTextureLayer layer
)

Parameters

layer
Type: SGP.XSpace..::.XTextureLayer
New XTextureLayer texture layer to be added.

See Also