Struct IntBounds

Public

Integer bounding box.

Works almost like UnityEngine.BoundsInt but with a slightly nicer and more efficient api.

Uses an exclusive upper bound (max field).

Public Methods

Contains (other)
Equals (_b)
IntBounds (...)
Offset (offset)

Public Static Methods

Intersection (a, b)

Returns the intersection bounding box between the two bounds.

Intersects (a, b)
operator!= (a, b)
operator== (a, b)

Public Variables

max
Public
min
Public
size
Public
volume
Public