Loads mesh from the location location.

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

Syntax

C#
protected static Object LoadMesh(
	IXResourceLocation location
)

Parameters

location
Type: SGP.XUtility..::.IXResourceLocation
Mesh location.

Return Value

Returns the created mesh.

Exceptions

ExceptionCondition
System..::.ArgumentNullException location is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also