Rhinox Unity SDK
Public Member Functions | Public Attributes | Properties | List of all members
Ximmerse.RhinoX.RhinoXGlobalSetting Class Reference

Rhino X SDK global setting. Should be placed in folder: Assets/Plugins/RhinoX/Resources. More...

Inheritance diagram for Ximmerse.RhinoX.RhinoXGlobalSetting:

Public Member Functions

void OnValidate ()
 

Public Attributes

string VersionCheckURL = "https://developer.ximmerse.com/release/unitysdk/version.txt"
 URL for automating checks SDK version More...
 
string SDKRepoURL = "https://gitee.com/PolyEngine_Ent/RhinoX-SDK"
 URL for browsing latest SDK codes. More...
 
string SDKManualURL = "http://developer.ximmerse.com/sdkconf/unitysdk/chapter_6.html"
 URL for browsing latest SDK manual. More...
 

Properties

static RhinoXGlobalSetting Instance [get]
 Gets the global RhinoX sdk setting instance. More...
 
static float SvrPredictMaxTimeMilliSecond [get]
 The max prediciton time in milli-seconds. More...
 
static GroundPlaneAlgorithm groundPlaneAlgorithm [get]
 The max prediciton time in milli-seconds. More...
 
static Texture2D DefaultRectileImage [get]
 Gets the default rectile image. More...
 
static float SingleTapThreshold [get, set]
 Gets or sets the threshold time for single tap. More...
 
static float DoubleTapThreshold [get, set]
 Gets or sets the threshold time for double tap. More...
 
static float LongHeldThreshold [get, set]
 Gets or sets the threshold time for triggering long held button event. More...
 
static float EyePitch [get, set]
 Gets or sets the eye pitch. More...
 
static AntiAliasing AntiAliasingLevel [get, set]
 Gets or sets the anti-aliasing level. More...
 
static ControllerRotationFusionMode ControllerRotationFusionMode [get, set]
 Gets or sets the controller rotation fusion mode. More...
 
static bool Custom_Len_Parameter [get]
 Gets a value indicating whether this T:Ximmerse.RhinoX.RhinoXGlobalSetting using custom optics parameter. More...
 
static float Len_2_0_EyePitch [get]
 Gets the eye pitch for Len 2.0 More...
 
static float Len_2_0_VPUEulerPitch [get]
 Gets the VPU offset for len 2.0 More...
 
static Vector3 OverrideVIOAnchorOffset [get]
 Gets the overrided VIO anchor offset. More...
 
static bool OverrideVPUAlignment [get]
 If true, override the factory calibrated alignment data
More...
 
static float Drift_recenter_angle_threshold [get]
 The drift angle threshold of ground plane's recenter algorithm. More...
 
static float Drift_recenter_distance_threshold [get]
 The drift distance threshold of ground plane's recenter algorithm. More...
 
static float Max_distance_threshold [get]
 The max tracked distance threshold of ground plane's recenter algorithm. More...
 
static float Min_distance_threshold [get]
 The min tracked distance threshold of ground plane's recenter algorithm. More...
 

Detailed Description

Rhino X SDK global setting. Should be placed in folder: Assets/Plugins/RhinoX/Resources.

Member Data Documentation

◆ SDKManualURL

string Ximmerse.RhinoX.RhinoXGlobalSetting.SDKManualURL = "http://developer.ximmerse.com/sdkconf/unitysdk/chapter_6.html"

URL for browsing latest SDK manual.

◆ SDKRepoURL

string Ximmerse.RhinoX.RhinoXGlobalSetting.SDKRepoURL = "https://gitee.com/PolyEngine_Ent/RhinoX-SDK"

URL for browsing latest SDK codes.

◆ VersionCheckURL

string Ximmerse.RhinoX.RhinoXGlobalSetting.VersionCheckURL = "https://developer.ximmerse.com/release/unitysdk/version.txt"

URL for automating checks SDK version

Property Documentation

◆ AntiAliasingLevel

AntiAliasing Ximmerse.RhinoX.RhinoXGlobalSetting.AntiAliasingLevel
staticgetset

Gets or sets the anti-aliasing level.

The anti aliasing.

◆ ControllerRotationFusionMode

ControllerRotationFusionMode Ximmerse.RhinoX.RhinoXGlobalSetting.ControllerRotationFusionMode
staticgetset

Gets or sets the controller rotation fusion mode.

The controller rotation fusion mode.

◆ Custom_Len_Parameter

bool Ximmerse.RhinoX.RhinoXGlobalSetting.Custom_Len_Parameter
staticget

Gets a value indicating whether this T:Ximmerse.RhinoX.RhinoXGlobalSetting using custom optics parameter.

true if force 2 0 length parameter; otherwise, false.

◆ DefaultRectileImage

Texture2D Ximmerse.RhinoX.RhinoXGlobalSetting.DefaultRectileImage
staticget

Gets the default rectile image.

The default rectile.

◆ DoubleTapThreshold

float Ximmerse.RhinoX.RhinoXGlobalSetting.DoubleTapThreshold
staticgetset

Gets or sets the threshold time for double tap.

The double tap threshold.

◆ Drift_recenter_angle_threshold

float Ximmerse.RhinoX.RhinoXGlobalSetting.Drift_recenter_angle_threshold
staticget

The drift angle threshold of ground plane's recenter algorithm.

◆ Drift_recenter_distance_threshold

float Ximmerse.RhinoX.RhinoXGlobalSetting.Drift_recenter_distance_threshold
staticget

The drift distance threshold of ground plane's recenter algorithm.

◆ EyePitch

float Ximmerse.RhinoX.RhinoXGlobalSetting.EyePitch
staticgetset

Gets or sets the eye pitch.

The eye pitch.

◆ groundPlaneAlgorithm

GroundPlaneAlgorithm Ximmerse.RhinoX.RhinoXGlobalSetting.groundPlaneAlgorithm
staticget

The max prediciton time in milli-seconds.

◆ Instance

RhinoXGlobalSetting Ximmerse.RhinoX.RhinoXGlobalSetting.Instance
staticget

Gets the global RhinoX sdk setting instance.

The instance.

◆ Len_2_0_EyePitch

float Ximmerse.RhinoX.RhinoXGlobalSetting.Len_2_0_EyePitch
staticget

Gets the eye pitch for Len 2.0

The length 2 0 eye pitch.

◆ Len_2_0_VPUEulerPitch

float Ximmerse.RhinoX.RhinoXGlobalSetting.Len_2_0_VPUEulerPitch
staticget

Gets the VPU offset for len 2.0

The manual VPUO ffset.

◆ LongHeldThreshold

float Ximmerse.RhinoX.RhinoXGlobalSetting.LongHeldThreshold
staticgetset

Gets or sets the threshold time for triggering long held button event.

The long holding threshold.

◆ Max_distance_threshold

float Ximmerse.RhinoX.RhinoXGlobalSetting.Max_distance_threshold
staticget

The max tracked distance threshold of ground plane's recenter algorithm.

◆ Min_distance_threshold

float Ximmerse.RhinoX.RhinoXGlobalSetting.Min_distance_threshold
staticget

The min tracked distance threshold of ground plane's recenter algorithm.

◆ OverrideVIOAnchorOffset

Vector3 Ximmerse.RhinoX.RhinoXGlobalSetting.OverrideVIOAnchorOffset
staticget

Gets the overrided VIO anchor offset.

The VIOA nchor offset.

◆ OverrideVPUAlignment

bool Ximmerse.RhinoX.RhinoXGlobalSetting.OverrideVPUAlignment
staticget

If true, override the factory calibrated alignment data

true if override VPUA lignment; otherwise, false.

◆ SingleTapThreshold

float Ximmerse.RhinoX.RhinoXGlobalSetting.SingleTapThreshold
staticgetset

Gets or sets the threshold time for single tap.

The single tap threshold.

◆ SvrPredictMaxTimeMilliSecond

float Ximmerse.RhinoX.RhinoXGlobalSetting.SvrPredictMaxTimeMilliSecond
staticget

The max prediciton time in milli-seconds.


The documentation for this class was generated from the following file: