Skip to content
InterfaceGame Objects & Sprites@public

FlxObjectInspectorOptions

Configuration for the optional pointer object inspector.

ts
export interface FlxObjectInspectorOptions

Properties

PropertyModifiersTypeDescription
logicalHeightreadonlynumber-
logicalWidthreadonlynumber-
modifierreadonlyFlxObjectInspectorModifierDefaults to Alt so normal game input remains untouched.
onSelectionChangereadonly(selection: FlxCameraObjectPick | null) => void-
watchreadonlyFlxWatchSelected objects are exposed as read-only fields when supplied.

Released under the MIT License.