Class display

java.lang.Object
name.moore.kevin.ze.components.display
All Implemented Interfaces:
com.simsilica.es.EntityComponent

public class display extends Object implements com.simsilica.es.EntityComponent
A component that holds information relating to display and visual aspects of an entity.

Important that it doesn't hold actual graphical elements such as JMonkeyEngine spatials. It isn't represented directly in XML but is used as a container of data. Data that may have been collected from XML or other sources and populated into this component.

An example would be the <texture> element of a planetSpec.

Author:
Kevin Moore <dev@kevin.moore.name>
See Also:
planetSpec
  • Field Details

    • texturef

      private File texturef
  • Constructor Details

    • display

      public display(File t)
      Parameters:
      t -
  • Method Details

    • getTexture

      public File getTexture()