Annotation Types Summary |
EditableBoolean |
Marks a boolean that will be editable by the level editor. |
EditableDouble |
Marks a double that will be editable by the level editor. |
EditableInt |
Marks an int that will be editable by the level editor. |
EditableString |
Marks a String that will be editable by the level editor. |
LevelEditorConstructor |
Marks which constructor the level editor should use when instantiating a
GameItem . |
LevelEditorSetter |
Marks that this function sets a value that the game developer would like to
be tunable in the level editor. |