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

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy