Skip to content
ClassUI & Typography@public

FlxBarRenderHandle

Pixi projection for a texture-free link.

ts
export declare class FlxBarRenderHandle implements FlxRenderHandle

Constructors

ts
constructor(owner: FlxBar, onDestroy?: () => void)

Constructs a new instance of the FlxBarRenderHandle class

ParameterTypeDescription
ownerFlxBar-
onDestroy() => void-

Properties

PropertyModifiersTypeDescription
backgroundreadonlySprite-
borderreadonlyGraphics-
destroyedreadonlyboolean-
fillreadonlySprite-
secondaryFillreadonlySprite-
viewreadonlyContainer<import("pixi.js").ContainerChild>-

Methods

destroy()

ts
destroy(): void

Returns: void

sync()

ts
sync(camera?: FlxCamera, interpolationAlpha?: number): void

Parameters:

ParameterTypeDescription
cameraFlxCamera-
interpolationAlphanumber-

Returns: void

Released under the MIT License.