Small World Engine API Reference - v0.46.1
    Preparing search index...

    Variable TextureWrapConst

    TextureWrap: {
        CLAMP_TO_EDGE: "clamp-to-edge";
        MIRRORED_REPEAT: "mirror-repeat";
        REPEAT: "repeat";
    } = ...

    Texture wrapping modes.

    Type Declaration

    • ReadonlyCLAMP_TO_EDGE: "clamp-to-edge"

      Clamp the texture coordinates to the edge.

    • ReadonlyMIRRORED_REPEAT: "mirror-repeat"

      Repeat the texture mirrored.

    • ReadonlyREPEAT: "repeat"

      Repeat the texture.