Version: 2022.3
言語: 日本語

EditorSnapSettings

class in UnityEditor

マニュアルに切り替える

説明

Control the behavior of handle snapping in the editor.

Static 変数

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 関数

ResetSnapSettingsResets EditorSnap settings to default values.

Events

gridSnapEnabledChangedCallback triggered when the grid snap enabled value changes.