Click or drag to resize
MeshEntityGetMaterial Method
Get material for a given mesh id.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MaterialAPI GetMaterial(
	int meshPartIndex = 0
)

Parameters

meshPartIndex (Optional)
Type: SystemInt32
MeshPart index to get material for.

Return Value

Type: MaterialAPI

[Missing <returns> documentation for "M:GeonBit.Core.Graphics.MeshEntity.GetMaterial(System.Int32)"]

See Also