Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    CullMode Enum

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    Indicates triangles facing a particular direction are not drawn.

    [DataContract]
    public enum CullMode
    Remarks

    This enumeration is part of a rasterizer-state object description (see ).

    Fields

    Name Description
    Back

    Do not draw triangles that are back-facing.

    Front

    Do not draw triangles that are front-facing.

    None

    Always draw all triangles.

    Extension Methods

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

    Back to top

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