|
Drag[en]gine Script Module DragonScript 1.32.1
|
Module parameter. More...
Public Member Functions | |
Constructors | |
| ModuleParameter | new () |
| Create module parameter. | |
Management | |
| String | getName () |
| Unique name. | |
| String | getDescription () |
| Description. | |
| ModuleParameterType | getType () |
| Type. | |
| float | getMinimumValue () |
| Minimum value. | |
| float | getMaximumValue () |
| Maximum value. | |
| float | getValueStepSize () |
| Value step. | |
| int | getSelectionEntryCount () |
| Count of selection entries. | |
| String | getSelectionEntryValueAt (int index) |
| Value of selection entry at index. | |
| String | getSelectionEntryDisplayNameAt (int index) |
| Display name of selection entry at index. | |
| String | getSelectionEntryDescriptionAt (int index) |
| Description of selection entry at index. | |
| ModuleParameterCategory | getCategory () |
| Display category. | |
| String | getDisplayName () |
| Display name for use in configuration dialogs. | |
| String | getDefaultValue () |
| Default value. | |
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.