Drag[en]gine Script Module DragonScript
1.23
|
Module parameter. More...
Public Member Functions | |
Constructors | |
ModuleParameter | new () |
Create module parameter. More... | |
Management | |
String | getName () |
Unique name. More... | |
String | getDescription () |
Description. More... | |
ModuleParameterType | getType () |
Type. More... | |
float | getMinimumValue () |
Minimum value. More... | |
float | getMaximumValue () |
Maximum value. More... | |
float | getValueStepSize () |
Value step. More... | |
int | getSelectionEntryCount () |
Count of selection entries. More... | |
String | getSelectionEntryValueAt (int index) |
Value of selection entry at index. More... | |
String | getSelectionEntryDisplayNameAt (int index) |
Display name of selection entry at index. More... | |
String | getSelectionEntryDescriptionAt (int index) |
Description of selection entry at index. More... | |
ModuleParameterCategory | getCategory () |
Display category. More... | |
String | getDisplayName () |
Display name for use in configuration dialogs. More... | |
String | getDefaultValue () |
Default value. More... | |
Module parameter.
This is a native class.
ModuleParameterCategory Dragengine.ModuleParameter.getCategory | ( | ) |
Display category.
String Dragengine.ModuleParameter.getDefaultValue | ( | ) |
Default value.
String Dragengine.ModuleParameter.getDescription | ( | ) |
Description.
String Dragengine.ModuleParameter.getDisplayName | ( | ) |
Display name for use in configuration dialogs.
float Dragengine.ModuleParameter.getMaximumValue | ( | ) |
Maximum value.
float Dragengine.ModuleParameter.getMinimumValue | ( | ) |
Minimum value.
String Dragengine.ModuleParameter.getName | ( | ) |
Unique name.
int Dragengine.ModuleParameter.getSelectionEntryCount | ( | ) |
Count of selection entries.
String Dragengine.ModuleParameter.getSelectionEntryDescriptionAt | ( | int | index | ) |
Description of selection entry at index.
EOutOfBoundary | index is less than 0 or larger than or equal to getSelectCount(). |
String Dragengine.ModuleParameter.getSelectionEntryDisplayNameAt | ( | int | index | ) |
Display name of selection entry at index.
EOutOfBoundary | index is less than 0 or larger than or equal to getSelectCount(). |
String Dragengine.ModuleParameter.getSelectionEntryValueAt | ( | int | index | ) |
Value of selection entry at index.
EOutOfBoundary | index is less than 0 or larger than or equal to getSelectCount(). |
ModuleParameterType Dragengine.ModuleParameter.getType | ( | ) |
Type.
float Dragengine.ModuleParameter.getValueStepSize | ( | ) |
Value step.
ModuleParameter Dragengine.ModuleParameter.new | ( | ) |
Create module parameter.