NRSDKApiForUnity
Interface
XRXREALIFloatingViewProxy
Unity.XR.XREAL.IFloatingViewProxy
Inheritance diagram for Unity.XR.XREAL.IFloatingViewProxy:
Unity.XR.XREAL.XREALDefaultFloatingViewProxy

Public Member Functions

AndroidJavaObject CreateFloatingView ()
 
void Show ()
 
void Hide ()
 
void DestroyFloatingView ()
 

Detailed Description

Interface for managing Android floating window operations.

Member Function Documentation

◆ CreateFloatingView()

AndroidJavaObject Unity.XR.XREAL.IFloatingViewProxy.CreateFloatingView ( )

Creates native floating view object.

Returns
AndroidJavaObject representing the view.

Implemented in Unity.XR.XREAL.XREALDefaultFloatingViewProxy.