Search Results for

    Show / Hide Table of Contents

    Class WalkpathPathOptions

    Used to manage user interface elements for the walkpath generator.

    Inheritance
    Object
    Options
    WalkpathPathOptions
    Inherited Members
    Options.sliders
    Options.inputFields
    Options.dropdowns
    Options.toggles
    Options.toggleOptions
    Options.terrainType
    Options.setupSlider(Slider, InputField, Int32, Int32)
    Options.setupDropdown(Dropdown, List<String>)
    Options.updateInputField(Slider, InputField)
    Options.updateSlider(InputField, Slider)
    Options.setupToggleWithOption(Toggle, GameObject)
    Options.toggleOption(Toggle, GameObject)
    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.

    In This Article
    Back to top Project documentation