Method | Description | |
---|---|---|
GetTrackerPosition ( string name ) : Vector3 |
Return the position of a tracker as a Vector3.
|
|
GetTrackerRotation ( string name ) : |
Returns the rotation of a tracker as a Quaternion.
|
|
SetTrackerPosition ( string name, Vector3 value ) : void |
Sets the tracker position for this input. Only works for input typed Custom.
|
|
SetTrackerRotation ( string name, |
Sets the tracker rotation for this input. Only works for input typed Custom.
|
Method | Description | |
---|---|---|
AddInput ( string name, string deviceName, string serverUrl, int index, ClusterInputType type ) : bool | ||
CheckConnectionToServer ( string name ) : bool | ||
EditInput ( string name, string deviceName, string serverUrl, int index, ClusterInputType type ) : bool | ||
GetAxis ( string name ) : float | ||
GetButton ( string name ) : bool | ||
INTERNAL_CALL_GetTrackerPosition ( string name, Vector3 &value ) : void | ||
INTERNAL_CALL_GetTrackerRotation ( string name, |
||
INTERNAL_CALL_SetTrackerPosition ( string name, Vector3 &value ) : void | ||
INTERNAL_CALL_SetTrackerRotation ( string name, |
||
SetAxis ( string name, float value ) : void | ||
SetButton ( string name, bool value ) : void |
public static GetTrackerPosition ( string name ) : Vector3 | ||
name | string | Name of input to poll. |
return | Vector3 |
public static GetTrackerRotation ( string name ) : |
||
name | string | Name of input to poll. |
return |
public static SetTrackerPosition ( string name, Vector3 value ) : void | ||
name | string | Name of input to modify. |
value | Vector3 | Value to set. |
return | void |
public static SetTrackerRotation ( string name, |
||
name | string | Name of input to modify. |
value | Value to set. | |
return | void |