Creates an object that is a copy of this instance.

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

Syntax

C#
protected XTextureLayerCollection Clone(
	XMaterial newOwner
)

Parameters

newOwner
Type: SGP.XSpace..::.XMaterial
New owner of the layer.

Return Value

New object that is a copy of this instance.

See Also