Enum ModelType
The type of the model.
Namespace: Evergine.Common.Shared.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum ModelType : byte
Fields
Name | Description |
---|---|
Capsule | Capsule model |
Cone | Cone model |
Cube | Cube model |
Custom | Custom model |
Cylinder | Cylinder model |
Plane | Plane model |
Pyramid | Pyramid model |
Sphere | Sphere model |
Teapot | Teapot model |
Torus | Torus model |