EventCameraPosition

class EventCameraPosition : IncomingGameMessage

Camera position events are sent whenever the client's camera changes position, at a maximum frequency of 20 client cycles (20ms/cc).

Constructors

Link copied to clipboard
constructor(angleX: Int, angleY: Int)

Properties

Link copied to clipboard
val angleX: Int

the x angle of the camera, in range of 128 to 383 (inclusive)

Link copied to clipboard
val angleY: Int

the y angle of the camera, in range of 0 to 2047 (inclusive)

Link copied to clipboard
open override val category: ClientProtCategory

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String