Sets the DirectX layer Mesh mesh and invalidates the bounding volume.

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

Syntax

C#
protected void SetMesh(
	Mesh mesh
)

Parameters

mesh
Type: Mesh
The new DirectX mesh Mesh.

Exceptions

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

See Also