Type alias Bounds

Bounds: {
    max: Vec2;
    min: Vec2;
}

Bounds defining the boundaries of a physics body

Type declaration

Generated using TypeDoc