Uses of Package
vooga.levelEditor.annotations

Packages that use vooga.levelEditor.annotations
testing.levelEditor   
vooga.levelEditor.game.ballPathBuilder.items   
 

Classes in vooga.levelEditor.annotations used by testing.levelEditor
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.
 

Classes in vooga.levelEditor.annotations used by vooga.levelEditor.game.ballPathBuilder.items
EditableDouble
          Marks a double 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.