ParticleChildrenAttribute Struct
Namespace: Stride.Particles.SpawnersAssembly: Stride.Particles.dll
public struct ParticleChildrenAttribute
Name | Description | |
---|---|---|
Constructors | ||
ParticleChildrenAttribute(ParticleChildrenAttribute) | ||
Fields | ||
Empty | ||
Properties | ||
CarryOver | ||
ParticlesToEmit |
Constructors
ParticleChildrenAttribute(ParticleChildrenAttribute)
public ParticleChildrenAttribute(ParticleChildrenAttribute other)
Parameters
Type | Name | Description |
---|---|---|
ParticleChildrenAttribute | other |
Fields
Empty
public static ParticleChildrenAttribute Empty
Field Value
Type | Description |
---|---|
ParticleChildrenAttribute |
Properties
CarryOver
public float CarryOver { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ParticlesToEmit
public uint ParticlesToEmit { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()