This version of Unity is unsupported.

EditorSnapSettings

class in UnityEditor

Description

Control the behavior of handle snapping in the editor.

Static Properties

gridSnapEnabledGets or sets whether grid snapping is enabled.
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.