Annotation Interface TmxTypeInfo


@Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface TmxTypeInfo
Provides metadata for built-in map object types, including canonical English names, descriptions, and translation keys.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Human-readable English display name for the map object type.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Canonical English description of the map object type.
    Localization resource key for translated descriptions.
  • Element Details

    • name

      String name
      Human-readable English display name for the map object type.
      Returns:
      The display name.
    • description

      String description
      Canonical English description of the map object type.
      Returns:
      The English description.
      Default:
      ""
    • resourceKey

      String resourceKey
      Localization resource key for translated descriptions.
      Returns:
      The resource key.
      Default:
      ""