Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Description

Describes the state of a node tracked by a VR/AR system. .

Variables

accelerationSets the vector representing the current acceleration of the tracked node.
nodeTypeThe type of the tracked node as specified in VRNode.
positionSets the vector representing the current position of the tracked node.
rotationSets the quaternion representing the current rotation of the tracked node.
tracked Set to true if the node is presently being tracked by the underlying VR/AR system, and false if the node is not presently being tracked by the underlying VR/AR system.
uniqueIDThe unique identifier of the tracked node.
velocitySets the vector representing the current velocity of the tracked node.

Public Functions

TryGetAccelerationAttempt to retrieve a vector representing the current acceleration of the tracked node.
TryGetPositionAttempt to retrieve a vector representing the current position of the tracked node.
TryGetRotationAttempt to retrieve a quaternion representing the current rotation of the tracked node.
TryGetVelocityAttempt to retrieve a vector representing the current velocity of the tracked node.

Did you find this page useful? Please give it a rating: