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

Default trackable behaviour, updates trackable object's transform at the head space per-frame. More...

Inheritance diagram for Ximmerse.RhinoX.DynamicTarget:
Ximmerse.RhinoX.TrackableBehaviour

Public Member Functions

void SetUseDelayBack (bool value)
 
void SetFixedDelay (bool value)
 

Static Public Attributes

static Action< DynamicTargeteventOnCreateNewDynamicTarget
 Public static event : on create new dynamic target. More...
 
static Action< DynamicTargeteventOnDeleteDynamicTarget
 Public static event : on delete new dynamic target. More...
 

Properties

LostTrackingBehaviour LostTrackingBehaviour [get, set]
 The dynamic target's behaviour when lost tracking. More...
 
bool YawOnly [get, set]
 
bool DebugView [get, set]
 Gets or sets a value indicating whether this T:Ximmerse.RhinoX.DynamicTarget debug view. More...
 
Color DrawColor [get, set]
 Gets or sets the color of the color to draw debug view. More...
 
bool PrintDetailTrackedData [get, set]
 Gets or sets a value indicating whether this T:Ximmerse.RhinoX.DynamicTarget print detail tracked data. More...
 
bool ApplyPrediction [get, set]
 Gets or sets a value indicating whether this T:Ximmerse.RhinoX.DynamicTarget apply prediction. More...
 
bool SmoothPredicition [get, set]
 
float SmoothPredictionSpeed [get, set]
 
float LerpPredicitonPosition [get, set]
 Gets or sets the lerp prediciton position. More...
 

Detailed Description

Default trackable behaviour, updates trackable object's transform at the head space per-frame.

Member Data Documentation

◆ eventOnCreateNewDynamicTarget

Action<DynamicTarget> Ximmerse.RhinoX.DynamicTarget.eventOnCreateNewDynamicTarget
static

Public static event : on create new dynamic target.

◆ eventOnDeleteDynamicTarget

Action<DynamicTarget> Ximmerse.RhinoX.DynamicTarget.eventOnDeleteDynamicTarget
static

Public static event : on delete new dynamic target.

Property Documentation

◆ ApplyPrediction

bool Ximmerse.RhinoX.DynamicTarget.ApplyPrediction
getset

Gets or sets a value indicating whether this T:Ximmerse.RhinoX.DynamicTarget apply prediction.

true if apply prediction; otherwise, false.

◆ DebugView

bool Ximmerse.RhinoX.DynamicTarget.DebugView
getset

Gets or sets a value indicating whether this T:Ximmerse.RhinoX.DynamicTarget debug view.

true if debug view; otherwise, false.

◆ DrawColor

Color Ximmerse.RhinoX.DynamicTarget.DrawColor
getset

Gets or sets the color of the color to draw debug view.

The color of the debug.

◆ LerpPredicitonPosition

float Ximmerse.RhinoX.DynamicTarget.LerpPredicitonPosition
getset

Gets or sets the lerp prediciton position.

The lerp prediciton position.

◆ LostTrackingBehaviour

LostTrackingBehaviour Ximmerse.RhinoX.DynamicTarget.LostTrackingBehaviour
getset

The dynamic target's behaviour when lost tracking.

◆ PrintDetailTrackedData

bool Ximmerse.RhinoX.DynamicTarget.PrintDetailTrackedData
getset

Gets or sets a value indicating whether this T:Ximmerse.RhinoX.DynamicTarget print detail tracked data.

true if print detail tracked data; otherwise, false.


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