using UnityEngine; namespace EZXR.Glass.Inputs { public enum ControllerType { [InspectorName(null)] Helmet = 0, //头控 HandTracking = 1, //手势 Controllers = 2 //手柄 } }