Unity.XR.XREAL.XREALFloatingViewProvider
Inheritance diagram for Unity.XR.XREAL.XREALFloatingViewProvider:
Classes | |
class | XREALFloatingViewProxyWrapper |
Public Member Functions | |
void | RegisterFloatViewProxy (IFloatingViewProxy proxy) |
IFloatingViewProxy | GetCurrentFloatViewProxy () |
Protected Attributes | |
AndroidJavaObject | mJavaFloatingViewManager |
Properties | |
AndroidJavaObject | JavaFloatingViewManager [get] |
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
-
proxy Proxy implementation to register.