Interface STWrapParams

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

Properties

Properties

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