using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace SC.XR.Unity { public enum TrackMode { Mode_3Dof, Mode_6Dof, } }