示例#1
0
 public int Add(string res, Loon.Core.Graphics.Opengl.LTexture.Format format, float x, float y)
 {
     return(Add(new LTextureObject(LTextures.LoadTexture(res, format), x, y)));
 }