#if UNITY_EDITOR namespace O3DWB { public enum ObjectVertexSnapSessionState { SelectSourceVertex = 0, SnapToDestination } } #endif