Click or drag to resize
ShapeMeshes Enumeration
Possible shapes we can draw.

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ShapeMeshes
Members
  Member nameValueDescription
SphereLowPoly0Low-poly sphere shape.
Sphere1Sphere shape.
SphereSmooth2Sphere with smooth normals.
Cube3Cube shape.
Cylinder4Cylinder shape.
Cone5Cone shape.
Plane6Plane shape.
See Also