ClassUI & Typography@public
FlxBarRenderHandle
Pixi projection for a texture-free link.
ts
export declare class FlxBarRenderHandle implements FlxRenderHandle1
Constructors
ts
constructor(owner: FlxBar, onDestroy?: () => void)1
Constructs a new instance of the FlxBarRenderHandle class
| Parameter | Type | Description |
|---|---|---|
owner | FlxBar | - |
onDestroy | () => void | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
background | readonly | Sprite | - |
border | readonly | Graphics | - |
destroyed | readonly | boolean | - |
fill | readonly | Sprite | - |
secondaryFill | readonly | Sprite | - |
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