An object that has x/y coords and optional rotation. Any Sprite-like object.
Any Object, as long as it has public x and y properties, such as Point, { x: 0, y: 0 }, Sprite, etc
x
y
{ x: 0, y: 0 }
Generated using TypeDoc
An object that has x/y coords and optional rotation. Any Sprite-like object.