ParticleFieldDescription<T> Class
Namespace: Stride.Particles
Assembly: Stride.Particles.dll
Derived from ParticleFieldDescription<T>:
public class ParticleFieldDescription<T> : ParticleFieldDescription where T : struct
Type Parameters
|
Improve this Doc
View Source
Constructors
ParticleFieldDescription(String)
public ParticleFieldDescription(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
ParticleFieldDescription(String, T)
public ParticleFieldDescription(string name, T defaultValue)
Parameters
Type |
Name |
Description |
System.String |
name |
|
T |
defaultValue |
|
|
Improve this Doc
View Source
Properties
DefaultValue
public T DefaultValue { get; }
Property Value
Extension Methods