mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-16 22:16:55 +07:00
refactoring process
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user