using UnityEngine; public struct ovrAvatarGazeTarget { public uint id; public Vector3 worldPosition; public ovrAvatarGazeTargetType type; }