FillMode Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Determines the fill mode to use when rendering triangles.
[DataContract]
public enum FillMode
Remarks
This enumeration is part of a rasterizer-state object description (see RasterizerStateDescription).
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. |