Search Results for

    Show / Hide Table of Contents

    Class InitializationStateSaveData

    Serializable representation of the system state in Initialization Mode used for saving and loading.

    Inheritance
    object
    InitializationStateSaveData
    Namespace: AS2
    Assembly: .dll
    Syntax
    [Serializable]
    public class InitializationStateSaveData

    Fields

    | Edit this page View Source

    anchorIdx

    The index of the current anchor particle or object.

    Declaration
    public int anchorIdx
    Field Value
    Type Description
    int
    | Edit this page View Source

    anchorIsObject

    Whether the current anchor is an object.

    Declaration
    public bool anchorIsObject
    Field Value
    Type Description
    bool
    | Edit this page View Source

    initModeSaveData

    Description of the current UI state.

    Declaration
    public InitModeSaveData initModeSaveData
    Field Value
    Type Description
    InitModeSaveData
    | Edit this page View Source

    objects

    The current set of objects.

    Declaration
    public ParticleObjectSaveData[] objects
    Field Value
    Type Description
    ParticleObjectSaveData[]
    | Edit this page View Source

    particles

    The current set of particles.

    Declaration
    public InitParticleSaveData[] particles
    Field Value
    Type Description
    InitParticleSaveData[]
    | Edit this page View Source

    selectedAlgorithm

    The string ID of the currently selected algorithm.

    Declaration
    public string selectedAlgorithm
    Field Value
    Type Description
    string
    • 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