Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    FillMode Enum

    Namespace: Stride.Graphics
    Assembly: 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.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<FillMode>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<FillMode>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation