interface Position {
    X: number;
    Y: number;
}

Properties

X Y

Properties

X: number

The X coordinate.

Y: number

The Y coordinate.

Generated using TypeDoc