Interface Rect

interface Rect {
    bottomLeft: Vec2;
    bottomRight: Vec2;
    topLeft: Vec2;
    topRight: Vec2;
}

Properties

bottomLeft: Vec2
bottomRight: Vec2
topLeft: Vec2
topRight: Vec2

Generated using TypeDoc