Search Results for

    Show / Hide Table of Contents

    Enum FlipMode

    Indicates the flip mode of a sprite, billboard, etc.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    [Flags]
    public enum FlipMode : byte

    Fields

    Name Description
    FlipHorizontally

    Horizontally flips the image.

    FlipVertically

    Vertically flips the image.

    None

    No flipping.

    Extension Methods

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