InterfaceRendering & Filters@public
FlxRenderHandle
Adapter-owned Pixi view synchronized from an authoritative Flixel object.
ts
export interface FlxRenderHandleProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
destroyed | readonly | boolean | - |
view | readonly | Container | - |
Methods
destroy()
ts
destroy(): voidReturns: void
sync()
ts
sync(camera?: FlxCamera, interpolationAlpha?: number): voidProject authoritative state into the view for one camera and render alpha.
Parameters:
| Parameter | Type | Description |
|---|---|---|
camera | FlxCamera | - |
interpolationAlpha | number | - |
Returns: void