API reference
API reference
Select your platform
No SDKs available
No versions available

OVRNodeStateProperties Class

Static Methods

GetNodeStatePropertyQuaternion ( nodeType , propertyType , ovrpNodeType , stepType , retQuat )
Signature
static bool OVRNodeStateProperties.GetNodeStatePropertyQuaternion(Node nodeType, NodeStatePropertyType propertyType, OVRPlugin.Node ovrpNodeType, OVRPlugin.Step stepType, out Quaternion retQuat)
Parameters
nodeType: Node
propertyType: NodeStatePropertyType
ovrpNodeType: OVRPlugin.Node
stepType: OVRPlugin.Step
retQuat: out Quaternion
Returns
bool
GetNodeStatePropertyVector3 ( nodeType , propertyType , ovrpNodeType , stepType , retVec )
Signature
static bool OVRNodeStateProperties.GetNodeStatePropertyVector3(Node nodeType, NodeStatePropertyType propertyType, OVRPlugin.Node ovrpNodeType, OVRPlugin.Step stepType, out Vector3 retVec)
Parameters
nodeType: Node
propertyType: NodeStatePropertyType
ovrpNodeType: OVRPlugin.Node
stepType: OVRPlugin.Step
retVec: out Vector3
Returns
bool
IsHmdPresent ()
Signature
static bool OVRNodeStateProperties.IsHmdPresent()
Returns
bool