vooga.levelEditor.annotations
Annotation Type EditableBoolean


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface EditableBoolean

Marks a boolean that will be editable by the level editor.

Author:
Phil Puryear

Required Element Summary
 boolean defaultValue
          The default value to be used for this parameter.
 java.lang.String editorName
          The name that the level editor will use for this parameter.
 

Element Detail

defaultValue

public abstract boolean defaultValue
The default value to be used for this parameter.


editorName

public abstract java.lang.String editorName
The name that the level editor will use for this parameter.