Search Results for

    Show / Hide Table of Contents

    Class AlgorithmGeneratorEditor

    Custom Unity Editor Inspector panel for the algorithm generation utility.

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

    Fields

    | Edit this page View Source

    algoName

    The base name of the algorithm to generate.

    Declaration
    private SerializedProperty algoName
    Field Value
    Type Description
    SerializedProperty
    | Edit this page View Source

    className

    The name for the algorithm class.

    Declaration
    private SerializedProperty className
    Field Value
    Type Description
    SerializedProperty
    | Edit this page View Source

    displayName

    The name under which the new algorithm should be displayed.

    Declaration
    private SerializedProperty displayName
    Field Value
    Type Description
    SerializedProperty
    | Edit this page View Source

    numPins

    The number of pins per edge used by the algorithm.

    Declaration
    private SerializedProperty numPins
    Field Value
    Type Description
    SerializedProperty

    Methods

    | Edit this page View Source

    OnEnable()

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

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()
    • 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