using System; using UnityEngine; public struct ovrAvatarBaseComponent { public Vector3 basePosition; public IntPtr renderComponent; }