ClassUI & Typography@public
FlxBitmapTextRenderHandle
Pixi BitmapText projection for one link.
ts
export declare class FlxBitmapTextRenderHandle implements FlxRenderHandleConstructors
ts
constructor(owner: FlxBitmapText, onDestroy?: () => void)Constructs a new instance of the FlxBitmapTextRenderHandle class
| Parameter | Type | Description |
|---|---|---|
owner | FlxBitmapText | - |
onDestroy | () => void | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
destroyed | readonly | boolean | - |
textNode | readonly | BitmapText | - |
view | readonly | Container | - |
Methods
destroy()
ts
destroy(): voidReturns: void
sync()
ts
sync(camera?: FlxCamera, interpolationAlpha?: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
camera | FlxCamera | - |
interpolationAlpha | number | - |
Returns: void