Class ParticleAttributeBase
Abstract base class for all particle attributes.
Stores a reference to the Particle containing the attribute and the name of the attribute.
Namespace: AS2.Sim
Assembly: .dll
Syntax
public abstract class ParticleAttributeBase
Constructors
| Edit this page View SourceParticleAttributeBase(Particle, string)
Declaration
public ParticleAttributeBase(Particle particle, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Particle | particle | |
| string | name |
Fields
| Edit this page View Sourcename
The unique name of the attribute.
Declaration
protected string name
Field Value
| Type | Description |
|---|---|
| string |
particle
The Particle to which the attribute belongs.
Declaration
protected Particle particle
Field Value
| Type | Description |
|---|---|
| Particle |