Creates new XMaterialMeshSubset class instance.

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

Syntax

C#
protected XMaterialMeshSubset(
	XMaterialMesh mesh,
	int index,
	AttributeRange attribute,
	XMaterial material
)

Parameters

mesh
Type: SGP.XSpace..::.XMaterialMesh
The parent XMaterialMesh mesh.
index
Type: System..::.Int32
Mesh subset index.
attribute
Type: AttributeRange
The AttributeRange attributes of the mesh part.
material
Type: SGP.XSpace..::.XMaterial
The mesh part XMaterial material.

See Also