SimpleModelRenderer Constructor (Model) |
Create the model renderer component.
Namespace:
GeonBit.ECS.Components.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SimpleModelRenderer(
Model model
)
Parameters
- model
- Type: Model
Model to draw.
See Also