Skip to content
TypeAliasTypes & Utilities@public

FlxOverlapCallback

Called after an accepted overlap pair is found.

ts
export type FlxOverlapCallback = (first: FlxObject, second: FlxObject) => void

Released under the MIT License.