The x-coordinate of the particle's anchor point (0-1 range)
The y-coordinate of the particle's anchor point (0-1 range)
The color of the particle as a 32-bit RGBA value
The rotation of the particle in radians
The horizontal scale factor of the particle
The vertical scale factor of the particle
The texture used to render this particle
The x-coordinate of the particle position
The y-coordinate of the particle position
Represents a particle with properties for position, scale, rotation, color, and texture. Particles are lightweight alternatives to sprites, optimized for use in particle systems.
Example