Skip to content
TypeAliasGame Objects & Sprites@public

FlxObjectInspectorModifier

Pointer modifier required to activate debugger picking.

ts
export type FlxObjectInspectorModifier = 'alt' | 'control' | 'meta' | 'shift' | false

Released under the MIT License.