Skip to content
InterfaceGame Objects & Sprites@public

FlxStripGeometry

Geometry accepted by link.

ts
export interface FlxStripGeometry

Properties

PropertyModifiersTypeDescription
indicesreadonlyArrayLike<number>Vertex indices. Defaults to sequential indices when omitted.
topologyreadonlyFlxStripTopologyTriangle connectivity. Defaults to triangle-list.
uvsreadonlyArrayLike<number>Normalized u/v pairs; length must equal vertices.length.
verticesreadonlyArrayLike<number>Local x/y pairs. At least three vertices are required.

Released under the MIT License.