This version of Unity is unsupported.

EditorSnapSettings

class in UnityEditor

Description

Control the behavior of handle snapping in the editor.

Static Properties

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.

Static Methods

ResetSnapSettingsResets EditorSnap settings to default values.

Events

gridSnapEnabledChangedCallback triggered when the grid snap enabled value changes.