Exemple #1
0
 /**
  * Creates a new TextureConfig instance and copies all properties from another TextureConfig
  * object.
  *
  * @param other
  */
 public ATexture(ATexture other) {
   setFrom(other);
 }