Search Results for

    Show / Hide Table of Contents

    Enum FillMode

    Primary fill mode.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum FillMode : byte

    Fields

    Name Description
    Solid

    Fills the triangles formed by the vertices. Adjacent vertices are not drawn.

    Wireframe

    Draw lines connecting the vertices. Adjacent vertices are not connected.

    Extension Methods

    VKExtensionsMethods.ToVulkan(FillMode)
    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX