#include <CVictory.h>
Public Attributes | |
| EConfetti | Type |
| Type of the confetti. | |
| float | PositionX |
| Position X (in pixels) in the game view. | |
| float | PositionY |
| Position Y (in pixels) in the game view. | |
| float | SpeedX |
| Speed (in pixels per second) on the X-axis. | |
| float | SpeedY |
| Speed (in pixels per second) on the Y-axis. | |
| float | AnimationTimer |
| Timer of the loop animation of the confetti. | |
| int | Sprite |
| Sprite offset number (to add to confetti color offset number). | |
Type of the confetti.
| float SConfetti::PositionX |
Position X (in pixels) in the game view.
| float SConfetti::PositionY |
Position Y (in pixels) in the game view.
| float SConfetti::SpeedX |
Speed (in pixels per second) on the X-axis.
| float SConfetti::SpeedY |
Speed (in pixels per second) on the Y-axis.
Timer of the loop animation of the confetti.
Sprite offset number (to add to confetti color offset number).
1.5.5