#if UNITY_EDITOR using UnityEngine; namespace O3DWB { public enum XZOrientedQuad3DPoint { Center = 0, TopLeft, TopRight, BottomRight, BottomLeft } } #endif