Skip to content

LimitRect

Struct

Source: PhysicsActor.h

Description

Defines a rectangular boundary for actor movement.

Used to constrain an actor within a specific area of the world. Values of -1 indicate no limit on that side.

Methods

int width() const

int height() const

Released under the MIT License.