Search Results for

    Show / Hide Table of Contents

    Enum SpriteDrawMode

    Specifies the texture addressing mode.

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

    Fields

    Name Description
    Simple

    Displays the complete sprite.

    Sliced

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

    Extension Methods

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