Fired when an event occurs.

interface ResizeEvent {
    date: Date;
    height: number;
    type: RESIZE;
    width: number;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

height: number

The player's current height.

type: RESIZE

The type of the event.

width: number

The player's current width.

Generated using TypeDoc