NRSDKApiForUnity
Classes
XRXREALXREALLocalizationTool
Unity.XR.XREAL.XREALLocalizationTool
Inheritance diagram for Unity.XR.XREAL.XREALLocalizationTool:
Unity.XR.XREAL.SingletonMonoBehaviour< T >

Public Attributes

string BatteryLowWarningTitle = "Low Battery"
 
string BatteryLowWarningMessage = "Battery is extremely low. Please charge your phone."
 
string BatteryMiddleWarningTitle = "Battery Warning"
 
string BatteryMiddleWarningMessage = "Battery is low. Please charge to at least 30% battery."
 
string TemperatureTitle = "Heat Warning"
 
string TemperatureMessage = "The glasses temperature is too high, the device will shut down soon. Please take a break and use it again later."
 
string TrackingLoseTitle = "Tracking"
 
string TrackingLoseMessage = "Feature points are not enough, Please look around..."
 
TranslateStrToStrDelegate NotificationStrGenerator
 
NativeErrorToStrDelegate NativeErrorTitleGenerator
 
NativeErrorToStrDelegate NativeErrorMessageGenerator
 
NativeErrorToPopupUITypeDelegate NativeErrorUITypeChange
 

Additional Inherited Members

- Static Public Member Functions inherited from Unity.XR.XREAL.SingletonMonoBehaviour< T >
static T CreateSingleton ()
 
- Properties inherited from Unity.XR.XREAL.SingletonMonoBehaviour< T >
static T Singleton [get]
 

Detailed Description

A utility class for storing notification-related data and methods for modifying notifications. Provides functionality for handling and customizing notification strings.