MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetPosition

Method GetPosition

headers/openvr_api.cs:6379–6382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6377#if UNITY_5_3_OR_NEWER
6378
6379 public Vector3 GetPosition()
6380 {
6381 return new Vector3(m3, m7, -m11);
6382 }
6383
6384 public bool IsRotationValid()
6385 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected