Class RiverOptions
Used to manage user interface elements for the river generator.
Inherited Members
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class RiverOptions : Options
Methods
createUserSettingsFromOptions()
Create the river settings from the river options.
Declaration
public RiverSettings createUserSettingsFromOptions()
Returns
Type | Description |
---|---|
RiverSettings | The river setttings. |
setupUIElements()
Setup the user interface elements for the river options.
Declaration
public void setupUIElements()
updateFields(RiverSettings)
Update the user interface options with the settings used for river generation.
Declaration
public void updateFields(RiverSettings settings)
Parameters
Type | Name | Description |
---|---|---|
RiverSettings | settings | The settings used for river generation. |