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: NodepropertyType: NodeStatePropertyTypeovrpNodeType: OVRPlugin.NodestepType: OVRPlugin.StepretQuat: out QuaternionReturns 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: NodepropertyType: NodeStatePropertyTypeovrpNodeType: OVRPlugin.NodestepType: OVRPlugin.StepretVec: out Vector3Returns bool |
IsHmdPresent
()
|
Signature
static bool OVRNodeStateProperties.IsHmdPresent() Returns bool |