IUnityPlayer
interface IUnityPlayer
Defines essential methods for interacting with a Unity Player instance.
Implement this interface to provide the core functionalities required to manage the Unity Player's lifecycle, handle events, and respond to system changes.
Inheritors
Functions
Link copied to clipboard
Called when the device configuration changes, such as screen orientation or language.
Link copied to clipboard
Called when the display configuration changes.
Link copied to clipboard
Injects an input event into the Unity Player for processing.
Link copied to clipboard
Called when a new Activity becomes the current foreground activity.
Link copied to clipboard
Called when the window containing the Unity Player gains or loses focus.