using System.Collections; using System.Collections.Generic; using UnityEngine; namespace EZXR.Glass.UI { public class Spatial { public enum InteractiveMode { /// /// 未定义 /// None, /// /// 近距离 /// Touch, /// /// 远距离 /// Raycast } } }