Skip to content
TypeAliasTypes & Utilities@public

FlxProcessCallback

Decides whether an overlap pair is accepted.

ts
export type FlxProcessCallback = (first: FlxObject, second: FlxObject) => boolean

Released under the MIT License.