Search Results for

    Show / Hide Table of Contents

    Class ParticleAttributeBase

    Abstract base class for all particle attributes.

    Stores a reference to the Particle containing the attribute and the name of the attribute.

    Inheritance
    object
    ParticleAttributeBase
    ParticleAttribute<T>
    Namespace: AS2.Sim
    Assembly: .dll
    Syntax
    public abstract class ParticleAttributeBase

    Constructors

    | Edit this page View Source

    ParticleAttributeBase(Particle, string)

    Declaration
    public ParticleAttributeBase(Particle particle, string name)
    Parameters
    Type Name Description
    Particle particle
    string name

    Fields

    | Edit this page View Source

    name

    The unique name of the attribute.

    Declaration
    protected string name
    Field Value
    Type Description
    string
    | Edit this page View Source

    particle

    The Particle to which the attribute belongs.

    Declaration
    protected Particle particle
    Field Value
    Type Description
    Particle
    • 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