#if UNITY_EDITOR namespace GSpawn { public enum PlaneClassifyResult { InFront = 0, Behind, OnPlane, Spanning } } #endif