ClassDebugger & Diagnostics@public
DebugPathDisplay
Plugin that owns path-debug registration and Pixi geometry projection.
ts
export declare class DebugPathDisplay extends FlxBasicConstructors
ts
constructor()Constructs a new instance of the DebugPathDisplay class
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
pathCount | readonly | number | - |
Methods
add()
ts
add(path: FlxPath): voidParameters:
| Parameter | Type | Description |
|---|---|---|
path | FlxPath | - |
Returns: void
clear()
ts
clear(): voidReturns: void
destroy()
ts
destroy(): voidReturns: void
drawTo()
ts
drawTo(graphics: Graphics, camera: FlxCamera): voidDraws registered paths into an adapter-owned, camera-local layer.
Parameters:
| Parameter | Type | Description |
|---|---|---|
graphics | Graphics | - |
camera | FlxCamera | - |
Returns: void
remove()
ts
remove(path: FlxPath): voidParameters:
| Parameter | Type | Description |
|---|---|---|
path | FlxPath | - |
Returns: void