SpritePoint: {
    x: float;
    y: float;
}

Represents a point in a coordinate system.

Type declaration

  • x: float

    X position of the point.

  • y: float

    Y position of the point.