Class Material

All Implemented Interfaces:
Comparable<Attributes>, Iterable<Attribute>, Comparator<Attribute>

public class Material extends Attributes
  • Field Details

  • Constructor Details

    • Material

      public Material()
      Create an empty material
    • Material

      public Material(String id)
      Create an empty material
    • Material

      public Material(Attribute... attributes)
      Create a material with the specified attributes
    • Material

      public Material(String id, Attribute... attributes)
      Create a material with the specified attributes
    • Material

      public Material(com.badlogic.gdx.utils.Array<Attribute> attributes)
      Create a material with the specified attributes
    • Material

      public Material(String id, com.badlogic.gdx.utils.Array<Attribute> attributes)
      Create a material with the specified attributes
    • Material

      public Material(Material copyFrom)
      Create a material which is an exact copy of the specified material
    • Material

      public Material(String id, Material copyFrom)
      Create a material which is an exact copy of the specified material
  • Method Details