Package-level declarations
Types
Link copied to clipboard
Base class for Unity Player implementations.
Link copied to clipboard
Link copied to clipboard
interface IUnityPlayer
Defines essential methods for interacting with a Unity Player instance.
Link copied to clipboard
object UnityEngine
Provides a single point of access for interacting with the Unity Player instance.
Link copied to clipboard
interface UnityEngineFactory
Factory for creating Unity Player instances.
Link copied to clipboard
class UnityOptions
Encapsulates configuration options for customizing Unity Player instances.
Link copied to clipboard
object UnityPlayerManager
Manages the lifecycle and interactions of the UnityPlayer instance.
Properties
Link copied to clipboard
Provides access to the current UnityEngineFactory instance.
Functions
Link copied to clipboard
Link copied to clipboard
fun BaseUnityPlayer.configureOptions(options: UnityOptions, contextWrapper: ContextWrapper, block: UnityOptions.() -> Unit): BaseUnityPlayer
Configures a BaseUnityPlayer instance with the provided options and context.