Files
ZeroVR/ZeroPacientVR/Assets/Octave3D World Builder/Scripts/Objects/Object Snapping/ObjectVertexSnapSessionState.cs
T
2022-04-18 19:17:20 +03:00

10 lines
161 B
C#

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