Class LakeOptions
Contains the options for lake generation.
Inherited Members
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class LakeOptions : Options
Methods
createUserSettingsFromOptions()
Creates the user lake settings from the options given.
Declaration
public LakeSettings createUserSettingsFromOptions()
Returns
Type | Description |
---|---|
LakeSettings | The lake settings from the options. |
setupUIElements()
Setup the lake generation ui elements.
Declaration
public void setupUIElements()
updateFields(LakeSettings)
Update the user interface options with the settings used for lake generation.
Declaration
public void updateFields(LakeSettings settings)
Parameters
Type | Name | Description |
---|---|---|
LakeSettings | settings | The settings used for lake generation. |