Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EditorSnapSettings

Control the behavior of handle snapping in the editor.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static class EditorSnapSettings

Static Properties

Property

Description

gridSizeGets or sets the grid size used for snapping.
gridSnapActiveGets whether grid snapping is active.
gridSnapEnabledGets or sets whether grid snapping is enabled.
incrementalSnapActiveGets whether increment snapping is active.
moveGets or sets the increment that translation handles snap to.
rotateGets or sets the increment that rotation handles snap to.
scaleGets or sets the increment that scale handles snap to.
snapEnabledGets or sets whether snapping is enabled.

Static Methods

Method

Description

ResetSnapSettingsResets EditorSnap settings to default values.

Static Events

Member

Description

gridSnapEnabledChangedCallback triggered when the grid snap enabled value changes.
snapEnabledChangedCalls the methods in its invocation list when the EditorSnapSettings.snapEnabled value changes .