예제 #1
0
 public void DrawTexture(Rect rect, Color color, Texture2D texture)
 {
     Drawing2D.DrawTexture(rect, color, texture);
 }