mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 05:35:41 +00:00
[ci skip] Rename DrawBox to DrawWireCube
This commit is contained in:
parent
e9e081b220
commit
de7a621545
@ -13,7 +13,7 @@ namespace X10D.Unity.Tests
|
||||
DebugEx.DrawLine(Vector3.zero, Vector3.up, Color.green);
|
||||
DebugEx.DrawLine(Vector3.zero, Vector3.forward, Color.blue);
|
||||
|
||||
DebugEx.DrawBox(new Vector3(1.5f, 0.5f, 0), Vector3.one * 0.5f, Color.yellow);
|
||||
DebugEx.DrawWireCube(new Vector3(1.5f, 0.5f, 0), Vector3.one * 0.5f, Color.yellow);
|
||||
DebugEx.DrawRectangle(new Vector2(-1.5f, 0.5f), Vector2.one * -0.5f, Color.cyan);
|
||||
|
||||
var circle = new CircleF(0.0f, 0.0f, 0.5f);
|
||||
|
Loading…
Reference in New Issue
Block a user