Exemple #1
0
 public Texture2d(int textureId, int width, int height, string description) : base(null, Box2.FromTLRB(0, 0, width, height), description)
 {
     this.textureId = textureId;
 }