#if UNITY_EDITOR namespace O3DWB { public enum CameraViewVolumePlane { Left = 0, Right, Bottom, Top, Near, Far } } #endif