ClassInput & Controls@public
FlxVirtualButtonRenderHandle
Texture-free Pixi projection for one link.
ts
export declare class FlxVirtualButtonRenderHandle implements FlxRenderHandle1
Constructors
ts
constructor(owner: FlxVirtualButton, onDestroy?: () => void)1
Constructs a new instance of the FlxVirtualButtonRenderHandle class
| Parameter | Type | Description |
|---|---|---|
owner | FlxVirtualButton | - |
onDestroy | () => void | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
background | readonly | Graphics | - |
destroyed | readonly | boolean | - |
view | readonly | Container<import("pixi.js").ContainerChild> | - |
Methods
destroy()
ts
destroy(): void1
Returns: void
sync()
ts
sync(camera?: FlxCamera, interpolationAlpha?: number): void1
Parameters:
| Parameter | Type | Description |
|---|---|---|
camera | FlxCamera | - |
interpolationAlpha | number | - |
Returns: void