Search Results for

    Show / Hide Table of Contents

    Enum TextureProfile.TextureScalingType

    Texture scaling type.

    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public enum TextureProfile.TextureScalingType

    Fields

    Name Description
    Freeform

    Free-form scaling

    Original

    Uses the original size

    Percentage

    Percentage scaling.

    PowerOfTwo

    The closest power of two.

    SquarePowerOfTwo

    The closest square power of two

    Extension Methods

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