Search Results for

    Show / Hide Table of Contents

    Enum PlaneMesh.NormalAxis

    Represents axis-aligned normal values.

    Namespace: Evergine.Components.Graphics3D
    Assembly: Evergine.Components.dll
    Syntax
    public enum PlaneMesh.NormalAxis

    Fields

    Name Description
    XNegative

    Negative on the X axis.

    XPositive

    Positive in the X axis.

    YNegative

    Negative on the Y axis.

    YPositive

    Positive in Y-axis.

    ZNegative

    Negative in the Z axis.

    ZPositive

    Positive on Z axis.

    Extension Methods

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