#if UNITY_EDITOR namespace O3DWB { /// /// The members of this enum can be used to identify different points which /// make up a camera view volume. /// public enum CameraViewVolumePoint { TopLeftOnNearPlane = 0, TopRightOnNearPlane, BottomRightOnNearPlane, BottomLeftOnNearPlane, TopLeftOnFarPlane, TopRightOnFarPlane, BottomRightOnFarPlane, BottomLeftOnFarPlane } } #endif