Show / Hide Table of Contents

    Enum TextureWrap

    How a texture is wrapped to fill an image. ITextureOffsetComponent

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public enum TextureWrap

    Fields

    Name Description
    Clamp

    The texture will be stretched if needed to match the image.

    MirroredRepeat

    The texture will be tiled in a forwards-backwards-forwards-.. to match the image.

    Repeat

    The texture will be tiled by repeating it as needed to match the image.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX