Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CoordinateConfiguration

Simple interface describing the properties of a coordinate used in the game.

note

Can directly be passed to the constructor of Phaser.Math.Vector2.

Hierarchy

  • CoordinateConfiguration

Implemented by

Index

Properties

Properties

x

x: number

x value of the coordinate

y

y: number

y value of the coordinate

Generated using TypeDoc