Search Results for

    Show / Hide Table of Contents

    Class ParticleAttributeSaveData<T>

    Container for serializing the simplest kind of particle attributes, ParticleAttributeWithHistory<T>.

    Inheritance
    object
    ParticleAttributeSaveDataBase
    ParticleAttributeSaveData<T>
    ParticleAttributeEnumSaveData
    Namespace: AS2
    Assembly: .dll
    Syntax
    [Serializable]
    public class ParticleAttributeSaveData<T> : ParticleAttributeSaveDataBase
    Type Parameters
    Name Description
    T

    The type of values stored in the attribute history.

    Fields

    | Edit this page View Source

    history

    The serializable history data of the attribute.

    Declaration
    public ValueHistorySaveData<T> history
    Field Value
    Type Description
    ValueHistorySaveData<T>
    • 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