ClassGame Objects & Sprites@public
FlxStripRenderHandle
Camera-local Pixi materialization of renderer-neutral strip geometry.
ts
export declare class FlxStripRenderHandle implements FlxRenderHandleConstructors
ts
constructor(owner: FlxStrip, onDestroy?: () => void)Constructs a new instance of the FlxStripRenderHandle class
| Parameter | Type | Description |
|---|---|---|
owner | FlxStrip | - |
onDestroy | () => void | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
destroyed | readonly | boolean | - |
mesh | readonly | Mesh<MeshGeometry> | - |
view | readonly | Container<import("pixi.js").ContainerChild> | - |
Methods
destroy()
ts
destroy(): voidReturns: void
sync()
ts
sync(camera?: FlxCamera, interpolationAlpha?: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
camera | FlxCamera | - |
interpolationAlpha | number | - |
Returns: void