GEM_TrackingOrigin¶
Namespace: wevr.GEM.Runtime
Type: Class
Inherits: MonoBehaviour
Description¶
This script is used as the reference point for the 0,0,0 coordinate of the world space that all headsets should sync to.
Methods¶
GetWorldPositionWithOffset¶
Vector3 GetWorldPositionWithOffset()
UpdateAttached¶
void UpdateAttached()
UpdatePosition¶
void UpdatePosition(Vector3 worldPos)
UpdateRotation¶
void UpdateRotation(Vector3 euler)
Fields¶
TransformUpdated¶
static Action< GEM_TrackingOrigin > TransformUpdated