rfw2d
    Preparing search index...

    Interface STWrapParams

    interface STWrapParams {
        wrapS: "repeat" | "mirroredRepeat" | "clamp";
        wrapT: "repeat" | "mirroredRepeat" | "clamp";
    }
    Index

    Properties

    Properties

    wrapS: "repeat" | "mirroredRepeat" | "clamp"
    wrapT: "repeat" | "mirroredRepeat" | "clamp"