CompositeModelRenderer Constructor (String) |
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 CompositeModelRenderer(
string model
)
Parameters
- model
- Type: SystemString
Path of the model asset to draw.
See Also