ClassGame Objects & Sprites@public
FlxBackdropRenderHandle
Pixi tiling-sprite projection for one link.
ts
export declare class FlxBackdropRenderHandle implements FlxRenderHandleConstructors
ts
constructor(owner: FlxBackdrop, onDestroy?: () => void)Constructs a new instance of the FlxBackdropRenderHandle class
| Parameter | Type | Description |
|---|---|---|
owner | FlxBackdrop | - |
onDestroy | () => void | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
destroyed | readonly | boolean | - |
tiling | readonly | TilingSprite | - |
view | readonly | Container<import("pixi.js").ContainerChild> | - |
Methods
destroy()
ts
destroy(): voidReturns: void
sync()
ts
sync(camera?: FlxCamera, interpolationAlpha?: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
camera | FlxCamera | - |
interpolationAlpha | number | - |
Returns: void