ClassUI & Typography@public
FlxNineSliceButtonRenderHandle
Composite Pixi view for a 9-slice button background and optional label.
ts
export declare class FlxNineSliceButtonRenderHandle implements FlxRenderHandle1
Constructors
ts
constructor(owner: FlxNineSliceButton, onDestroy?: () => void)1
Constructs a new instance of the FlxNineSliceButtonRenderHandle class
| Parameter | Type | Description |
|---|---|---|
owner | FlxNineSliceButton | - |
onDestroy | () => void | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
destroyed | readonly | boolean | - |
slice | readonly | NineSliceSprite | - |
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