mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
add snapping check box
This commit is contained in:
@@ -333,6 +333,11 @@ namespace IsoTools {
|
||||
get { return _showDepends; }
|
||||
set { _showDepends = value; }
|
||||
}
|
||||
[SerializeField] bool _snappingEnabled = true;
|
||||
public bool isSnappingEnabled {
|
||||
get { return _snappingEnabled; }
|
||||
set { _snappingEnabled = value; }
|
||||
}
|
||||
#endif
|
||||
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user