Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
WidgetAnimationColor Interface Reference
Inheritance diagram for WidgetAnimationColor:
[legend]

Public Member Functions

void WidgetAnimationColor (Widget w, float speed, Color targetColor)
 
- Public Member Functions inherited from WidgetAnimationBase
float GetProgressValue (float t)
 
void SetRepeat (bool repeat)
 
bool IsRepeating ()
 
void Stop ()
 
float GetValue ()
 
ScriptInvoker GetOnStopped ()
 
ScriptInvoker GetOnCompleted ()
 
ScriptInvoker GetOnCycleCompleted ()
 
void SetCurve (EAnimationCurve curve)
 
void SetDelay (float delay)
 
float GetDelay ()
 
void SetSpeed (float speed)
 
float GetSpeed ()
 
Widget GetWidget ()
 
bool OnUpdate (float timeSlice)
 
void WidgetAnimationBase (Widget w, float speed)
 

Protected Member Functions

override void ReverseDirection ()
 
override void Animate (bool finished)
 
void ReverseDirection ()
 
void Animate (bool finished)
 

Protected Attributes

ref Color m_ColorDefault
 
ref Color m_ColorTarget
 
ref Color m_ColorCurrent
 
- Protected Attributes inherited from WidgetAnimationBase
bool m_bRepeat
 
float m_fSpeed
 
float m_fCurrentProgress
 
float m_fValue
 
Widget m_wWidget
 
EAnimationCurve m_eCurve
 
ref ScriptInvoker m_OnStopped
 
ref ScriptInvoker m_OnCompleted
 
ref ScriptInvoker m_OnCycleCompleted
 

Additional Inherited Members

- Static Protected Attributes inherited from WidgetAnimationBase
static const float C1 = 1.70158
 
static const float C2 = C1 * 1.525
 
static const float C3 = C1 + 1
 
static const float C4 = (2 * Math.PI) / 3
 
static const float C5 = (2 * Math.PI) / 4.5
 
static const float N1 = 7.5625
 
static const float D1 = 2.75
 

Constructor & Destructor Documentation

◆ WidgetAnimationColor()

void WidgetAnimationColor.WidgetAnimationColor ( Widget  w,
float  speed,
Color  targetColor 
)

Member Function Documentation

◆ Animate()

override void WidgetAnimationColor.Animate ( bool  finished)
protected

Implements WidgetAnimationBase.

◆ ReverseDirection()

override void WidgetAnimationColor.ReverseDirection ( )
protected

Implements WidgetAnimationBase.

Member Data Documentation

◆ m_ColorCurrent

ref Color WidgetAnimationColor.m_ColorCurrent
protected

◆ m_ColorDefault

ref Color WidgetAnimationColor.m_ColorDefault
protected

◆ m_ColorTarget

ref Color WidgetAnimationColor.m_ColorTarget
protected

The documentation for this interface was generated from the following file: