![]() |
Dayz Explorer 1.28.160049
|
AnimationTimer class. This timer is for animating float value.
usage:
More...
Protected Member Functions | |
| void | AnimationTimer (int category=CALL_CATEGORY_SYSTEM) |
| void | ~AnimationTimer () |
| void | Run (float targetVal, Managed obj, string updateFunc, string finishedFunc, float startingVal=0, bool loop=false, float speed=1.0, Param params=null, int category=CALL_CATEGORY_SYSTEM) |
| float | GetValue () |
| Returns actual animated value. | |
| override bool | IsRunning () |
| override void | Tick (float timeslice) |
| Ticks the timer, is called by timer subsystem. | |
Protected Attributes | |
| Managed | m_TargetObject |
| string | m_UpdateFunction |
| string | m_FinishedFunction |
| ref Param | m_Params |
AnimationTimer class. This timer is for animating float value.
usage:
|
protected |
|
protected |
|
protected |