Search Results for

    Show / Hide Table of Contents

    Class ConfigurationEditorBehavior

    Custom editor implementation for the ConfigurationEditor.

    Inheritance
    object
    ConfigurationEditorBehavior
    Namespace: AS2
    Assembly: .dll
    Syntax
    public class ConfigurationEditorBehavior : Editor

    Fields

    | Edit this page View Source

    editor

    Reference to the editor script containing the config data.

    Declaration
    private ConfigurationEditor editor
    Field Value
    Type Description
    ConfigurationEditor

    Methods

    | Edit this page View Source

    LoadConfig()

    Tries loading the configuration data from the simulator's configuration file.

    Declaration
    private void LoadConfig()
    | Edit this page View Source

    OnEnable()

    Declaration
    public void OnEnable()
    | Edit this page View Source

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()
    | Edit this page View Source

    ResetConfig()

    Resets the configuration data of the editor to its default settings.

    Declaration
    private void ResetConfig()
    | Edit this page View Source

    SaveConfig()

    Tries storing the current configuration data in the simulator's configuration file.

    Declaration
    private void SaveConfig()
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX