Annotation Type EntityInfo
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
public @interface EntityInfo
This annotation contains default values for an entity implementation.
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
customMapObjectType
float
height
RenderType
renderType
boolean
renderWithLayer
float
width
Element Details
height
float height- Default:
- 32.0f
renderType
RenderType renderType- Default:
- de.gurkenlabs.litiengine.graphics.RenderType.NORMAL
width
float width- Default:
- 32.0f
customMapObjectType
java.lang.String customMapObjectType- Default:
- ""
renderWithLayer
boolean renderWithLayer- Default:
- false