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#
public XMaterial Clone(
	string name
)

Parameters

name
Type: System..::.String
New name of the material.

Return Value

New object that is a copy of this instance.

See Also