Class MaterialKey

All Implemented Interfaces:
Savable, Cloneable

public class MaterialKey extends AssetKey<Material>
Used for loading materials only (not material definitions!). Material instances use cloneable smart asset management so that they and any referenced textures will be collected when all instances of the material become unreachable.
  • Constructor Details

    • MaterialKey

      public MaterialKey(String name)
    • MaterialKey

      public MaterialKey()
  • Method Details