Class: FullscreenChangedData

FullscreenChangedData

Contains information about whether the player is entering or exiting fullscreen.

FullscreenChangedData()

Initialize an instance of the current class using the new keyword along with this constructor.
Properties:
Name Type Description
changingToFullscreen boolean Whether or not the player is entering fullscreen. true represents that the player is entering fullscreen. false represents that the player is exiting fullscreen.