Struct ParticleVertex
The particle vertex structure.
Namespace: Evergine.Framework.Particles.Helpers
Assembly: Evergine.Framework.dll
Syntax
public struct ParticleVertex
Fields
Angle
The particles' angle.
Declaration
public float Angle
Field Value
Type | Description |
---|---|
float |
Position
The particle's position.
Declaration
public Vector3 Position
Field Value
Type | Description |
---|---|
Vector3 |
Size
Specifies the size of the particle.
Declaration
public float Size
Field Value
Type | Description |
---|---|
float |
Tint
The tint color of the particle.
Declaration
public Vector4 Tint
Field Value
Type | Description |
---|---|
Vector4 |
Velocity
The particle's velocity.
Declaration
public Vector3 Velocity
Field Value
Type | Description |
---|---|
Vector3 |