Click or drag to resize
CompositeModelEntity Constructor (Model)
Create the model entity from model instance.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CompositeModelEntity(
	Model model
)

Parameters

model
Type: Model
Model to draw.
See Also