Example #1
0
 public bool ShouldXySnap()
 {
     return(Settings.Editor.ForceXySnap || InputUtils.CheckPressed(Hotkey.ToolXYSnap));
 }