コード例 #1
0
ファイル: ATexture.java プロジェクト: salmankhalid/Rajawali
 /**
  * Creates a new TextureConfig instance and copies all properties from another TextureConfig
  * object.
  *
  * @param other
  */
 public ATexture(ATexture other) {
   setFrom(other);
 }