Click or drag to resize
MeshEntity Constructor
Create the mesh entity from mesh instance.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MeshEntity(
	Model model,
	ModelMesh mesh
)

Parameters

model
Type: Model
Model to draw.
mesh
Type: ModelMesh
Specific mesh in model to draw.
See Also