Skip to content

PointLike

PointLike: object | [number, number?] | number | Point

Type definition for a point. Can be an object with x and y properties, an array with one or two numbers, a single number, or a Point object from ‘pixi.js’.

Source

src/utils/Types.ts:26