NRSDKApiForUnity
Classes
XRXREALXREALFloatingViewProvider
Unity.XR.XREAL.XREALFloatingViewProvider
Inheritance diagram for Unity.XR.XREAL.XREALFloatingViewProvider:
Unity.XR.XREAL.Singleton< T >

Classes

class  XREALFloatingViewProxyWrapper
 

Public Member Functions

void RegisterFloatViewProxy (IFloatingViewProxy proxy)
 
IFloatingViewProxy GetCurrentFloatViewProxy ()
 

Protected Attributes

AndroidJavaObject mJavaFloatingViewManager
 

Properties

AndroidJavaObject JavaFloatingViewManager [get]
 
- Properties inherited from Unity.XR.XREAL.Singleton< T >
static T Instance [get]
 

Detailed Description

Singleton manager for floating view lifecycle.

Member Function Documentation

◆ GetCurrentFloatViewProxy()

IFloatingViewProxy Unity.XR.XREAL.XREALFloatingViewProvider.GetCurrentFloatViewProxy ( )

Get currently active proxy instance.

Returns
Registered proxy or null.

◆ RegisterFloatViewProxy()

void Unity.XR.XREAL.XREALFloatingViewProvider.RegisterFloatViewProxy ( IFloatingViewProxy proxy)

Register proxy implementation with Android system.

Parameters
proxyProxy implementation to register.