![]() |
Project Arrhythmia
A video game developed by Vitamin Games.
|
Inheritance diagram for ShineController:Public Member Functions | |
| void | LoopAnimation (int _loops, Color _col) |
| void | StopAnimation () |
Public Attributes | |
| AnimationCurve | animationCurve |
| Transform | shine |
| float | offsetOverShoot = 48 |
| float | offset |
| float | speed |
| float | minDelay |
| float | maxDelay |
| Tweener | moveAnimation |
| bool | playOnStart = false |
Private Member Functions | |
| void | Display (bool _show, Color _col) |
| void | Start () |
| void | Animate () |
Private Attributes | |
| int | currentLoop = -1 |