mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-15 01:12:05 +07:00
always dirty property test
This commit is contained in:
@@ -192,10 +192,12 @@ namespace IsoTools {
|
||||
|
||||
public bool isAlignment {
|
||||
get { return _isAlignment; }
|
||||
set { _isAlignment = value; }
|
||||
}
|
||||
|
||||
public bool isShowBounds {
|
||||
get { return _isShowBounds; }
|
||||
set { _isShowBounds = value; }
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user