struct TexcoordParticle
Defined in:
The C4Particles.h
TexcoordParticle
structure extends the Particle
structure and contains extra state information for a particle with animated texture coordinates.
Definition
struct TexcoordParticle : Particle
Data Members
Vector2D texcoordScale; |
The scale to apply to the texture coordinates. |
Vector2D texcoordOffset; |
The offset to apply to the texture coordinates. |
Description
The TexcoordParticle
structure, or a subclass of this structure, must be used in the particle pool assigned to a TexcoordPointParticleSystem
effect.
Base Classes
Particle |
The TexcoordParticle structure extends the Particle structure.
|