#if UNITY_EDITOR namespace O3DWB { public enum BoxFace { Front = 0, Back, Top, Bottom, Left, Right } } #endif