ClassUI & Typography@public
FlxTextRenderHandle
Pixi text leaf wrapped by a transform-owning container.
ts
export declare class FlxTextRenderHandle implements FlxRenderHandleConstructors
ts
constructor(owner: FlxText, onDestroy?: () => void)Constructs a new instance of the FlxTextRenderHandle class
| Parameter | Type | Description |
|---|---|---|
owner | FlxText | - |
onDestroy | () => void | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
destroyed | readonly | boolean | - |
textNode | readonly | FlxPixiTextNode | - |
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