Enum FillMode
Primitive fill mode.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum FillMode : byte
  Fields
| Name | Description | 
|---|---|
| Solid | Fill the triangles formed by the vertices. Adjacent vertices are not drawn.  | 
      
| Wireframe | Draw lines connecting the vertices. Adjacent vertices are not drawn.  |