finishing off interactive values

This commit is contained in:
sinaioutlander
2020-11-17 02:05:45 +11:00
parent 7920c54761
commit 8e2e2abef4
6 changed files with 128 additions and 39 deletions

View File

@ -134,7 +134,7 @@ namespace UnityExplorer.Tests
}
#if CPP
TestTexture = UIManager.MakeSolidTexture(Color.white, 200, 200);
TestTexture = UIManager.MakeSolidTexture(Color.white, 1000, 600);
TestTexture.name = "TestTexture";
var r = new Rect(0, 0, TestTexture.width, TestTexture.height);