Skip to content

Static Variables

PhysicsHitCondition.AIRBORNE

Type

Int

description

The hitbox will interact with objects that are not attached to a floor.

PhysicsHitCondition.DEFAULT

Type

Int

description

Default entity interactions (all physics states)

PhysicsHitCondition.GROUNDED

Type

Int

description

The hitbox will interact with objects that are attached to a floor.

PhysicsHitCondition.NONE

Type

Int

description

No condition.