little renaming

This commit is contained in:
2016-12-28 23:39:46 +07:00
parent c6de29bd5a
commit 6afa1e24f6
7 changed files with 2357 additions and 85 deletions

View File

@@ -285,7 +285,6 @@ namespace IsoTools {
//
// ---------------------------------------------------------------------
#if UNITY_EDITOR
[Header("Editor Only")]
[SerializeField] bool _showIsoBounds = false;
public bool isShowIsoBounds {
@@ -323,7 +322,6 @@ namespace IsoTools {
get { return _showQuadTree; }
set { _showQuadTree = value; }
}
#endif
// ---------------------------------------------------------------------
//