Debug Draw Line Unity Code Example


Example: debug.drawline unity


Debug.DrawLine(Vector3 a,Vector3 b);
Debug.DrawLine(Vector3 a,Vector3 b, Color color);
Debug.DrawLine(Vector3 a,Vector3 b, Color color, float duration);
Debug.DrawLine(Vector3 a,Vector3 b, Color color, float duration, bool depthTest);

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools