Annotation Interface MapObjectDefinition
Marks an entity implementation as a map object type that game tooling can discover.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionBuilt-in map object behavior and editor panels inherited by this type.Stable implementation identifier stored inMapObjectProperty.IMPLEMENTATION. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescription
-
Element Details
-
id
String idStable implementation identifier stored inMapObjectProperty.IMPLEMENTATION. -
baseType
MapObjectType baseTypeBuilt-in map object behavior and editor panels inherited by this type. -
displayName
String displayName- Default:
""
-
properties
MapObjectPropertyDefinition[] properties- Default:
{}
-