TypeAliasTypes & Utilities@public
FlxProcessCallback
Decides whether an overlap pair is accepted.
ts
export type FlxProcessCallback = (first: FlxObject, second: FlxObject) => boolean