Click or drag to resize
ModelRenderer 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
C#
public ModelRenderer(
	string model
)

Parameters

model
Type: SystemString
Path of the model asset to draw.
See Also