![]() |
FCV Engine 0.1
A tool and framework for tutorials in game development
|
Custom animation component to base an animation on a percentile. More...
Public Member Functions | |
void | PercentileAnimation (float percentile) |
Changes the sprite of SpriteRenderer depending on a percentile. | |
Custom animation component to base an animation on a percentile.
Definition at line 10 of file CustomAnimator.cs.
void PercentileAnimation | ( | float | percentile | ) |
Changes the sprite of SpriteRenderer depending on a percentile.
percentile | a value from 0 to 1 |
Definition at line 25 of file CustomAnimator.cs.