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