コード例 #1
0
 public void SetRegion(LTextureRegion region, int x, int y, int width,
                       int height)
 {
     texture = region.texture;
     SetRegion(region.GetRegionX() + x, region.GetRegionY() + y, width,
               height);
 }
コード例 #2
0
 public void SetRegion(LTextureRegion region, int x, int y, int width,
         int height)
 {
     texture = region.texture;
     SetRegion(region.GetRegionX() + x, region.GetRegionY() + y, width,
             height);
 }