refactoring process

This commit is contained in:
2016-12-07 18:41:45 +07:00
parent d1fecf808e
commit d74728b4df
15 changed files with 327 additions and 154 deletions

View File

@@ -39,7 +39,7 @@ namespace IsoTools.Tiled {
void OnDrawGizmos() {
var iso_object = GetComponent<IsoObject>();
if ( isShowGrid && iso_object && iso_object.isoWorld ) {
IsoUtils.DrawGrid(
IsoUtils.DrawIsoGrid(
iso_object.isoWorld,
iso_object.position, iso_object.size,
IsoUtils.ColorChangeA(Color.green, 0.5f));