Click or drag to resize
ShapeRenderer Constructor
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 ShapeRenderer(
	ShapeMeshes shape
)

Parameters

shape
Type: GeonBit.ECS.Components.GraphicsShapeMeshes
Shape to draw.
See Also