InterfaceGame Objects & Sprites@public
FlxObjectInspectorOptions
Configuration for the optional pointer object inspector.
ts
export interface FlxObjectInspectorOptions1
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
logicalHeight | readonly | number | - |
logicalWidth | readonly | number | - |
modifier | readonly | FlxObjectInspectorModifier | Defaults to Alt so normal game input remains untouched. |
onSelectionChange | readonly | (selection: FlxCameraObjectPick | null) => void | - |
watch | readonly | FlxWatch | Selected objects are exposed as read-only fields when supplied. |