Class ParticleAttributeSaveData<T>
Container for serializing the simplest kind of particle attributes, ParticleAttributeWithHistory<T>.
Inheritance
object
ParticleAttributeSaveData<T>
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 Sourcehistory
The serializable history data of the attribute.
Declaration
public ValueHistorySaveData<T> history
Field Value
Type | Description |
---|---|
ValueHistorySaveData<T> |