Skip to content
ClassUI & Typography@public

FlxBitmapTextRenderHandle

Pixi BitmapText projection for one link.

ts
export declare class FlxBitmapTextRenderHandle implements FlxRenderHandle

Constructors

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

Constructs a new instance of the FlxBitmapTextRenderHandle class

ParameterTypeDescription
ownerFlxBitmapText-
onDestroy() => void-

Properties

PropertyModifiersTypeDescription
destroyedreadonlyboolean-
textNodereadonlyBitmapText-
viewreadonlyContainer-

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.