Package-level declarations

Types

Link copied to clipboard
abstract class BaseUnityPlayer(context: Context) : FrameLayout, IUnityPlayer

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

Provides a single point of access for interacting with the Unity Player instance.

Link copied to clipboard

Factory for creating Unity Player instances.

Link copied to clipboard

Encapsulates configuration options for customizing Unity Player instances.

Link copied to clipboard

Manages the lifecycle and interactions of the UnityPlayer instance.

Properties

Link copied to clipboard
val LocalUnityEngine: ProvidableRegistryLocal<UnityEngineFactory>

Provides access to the current UnityEngineFactory instance.

Functions

Link copied to clipboard
Link copied to clipboard

Configures a BaseUnityPlayer instance with the provided options and context.