Class ParticleFieldDescription<T>
public class ParticleFieldDescription<T> : ParticleFieldDescription where T : struct
  Type Parameters
T
- Inheritance
 - 
      objectParticleFieldDescription<T>
 
- Inherited Members
 
Constructors
ParticleFieldDescription(string)
public ParticleFieldDescription(string name)
  Parameters
namestring
ParticleFieldDescription(string, T)
public ParticleFieldDescription(string name, T defaultValue)
  Parameters
namestringdefaultValueT
Properties
DefaultValue
public T DefaultValue { get; }
  Property Value
- T