예제 #1
0
파일: VideoManager.cs 프로젝트: yooyke/work
 public void Draw2DImage(Texture image, ref Position2D destPos, ref Rect rect, ref Color color, bool useAlphaChannel)
 {
     video.Draw2DImage(image, destPos, rect, color, useAlphaChannel);
 }