Finds material with the given name.

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

Syntax

C#
XMaterial FindMaterial(
	string name
)

Parameters

name
Type: System..::.String
Material name to be found.

Return Value

Returns the found XMaterial material instance with the given name.

See Also