#if UNITY_EDITOR
namespace O3DWB
{
public enum BoxFacePoint
Center = 0,
TopLeft,
TopRight,
BottomRight,
BottomLeft
}
#endif