Basics
Guides
API Reference
Basics
Guides
API Reference
[16:7] extends: FxObj
Wraps FXGL's CollisionResult (com.almasb.fxgl.physics.CollisionResult), the per-pair SAT collision payload. Holds the two HitBoxes that touched. Typically supplied by the engine, not constructed directly.
CollisionResult ()
Empty default constructor; populated by adopt.
adopt (object Ajo)
Wraps an existing CollisionResult AussomJavaObject.
getBoxA ()
Returns the first HitBox wrapper.
getBoxB ()
Returns the second HitBox wrapper.
init (object BoxA, object BoxB)
Initialises the result with the given HitBox wrappers.
BoxA is a HitBox wrapper.BoxB is a HitBox wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.