Search Results for

    Show / Hide Table of Contents

    Enum SpriteDrawMode

    Specifies texture addressing mode.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum SpriteDrawMode

    Fields

    Name Description
    Simple

    Displays the full sprite.

    Sliced

    The SpriteRenderer will render the sprite as a nine patch image where the corners will remain constant and the other sections will scale.

    Extension Methods

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