Inserts the material layer to the material layer collection.

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

Syntax

C#
public void Insert(
	int index,
	XTextureLayer value
)

Parameters

index
Type: System..::.Int32
Position in the collection where the material layer will be inserted.
value
Type: SGP.XSpace..::.XTextureLayer
The XTextureLayer material layer that should be inserted.

See Also