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