|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
public @interface ScriptA script asset.
| Required Element Summary | |
|---|---|
String |
src
The script source. |
| Optional Element Summary | |
|---|---|
String[] |
depends
Return the script dependencies, i.e the script that should be executed before the script determined by this annotation. |
String |
id
Returns the script id, the value is optional and has meaning when this script must be referenced (for instance as a dependency of another script). |
AssetLocation |
location
The script location. |
| Element Detail |
|---|
public abstract String src
public abstract String id
public abstract String[] depends
public abstract AssetLocation location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||