UnityEngine
object UnityEngine
Provides a single point of access for interacting with the Unity Player instance.
This object serves as a facade, delegating all calls to the currently registered UnityEngineFactory through the LocalUnityEngine registry.
Use this object to send messages to Unity GameObjects, access native Unity functionalities, or perform other Unity-related operations from your Kotlin code.