#if UNITY_EDITOR public enum PointPlaneClassificationResult { InFront = 0, Behind, OnPlane } #endif