Holoville.HOTween  1.2.010
PlugColor32 Class Reference

Default plugin for the tweening of Color32 objects. More...

Inheritance diagram for PlugColor32:
ABSTweenPlugin

List of all members.

Public Member Functions

 PlugColor32 (Color32 p_endVal)
 Creates a new instance of this plugin using the main ease type.
 PlugColor32 (Color32 p_endVal, EaseType p_easeType)
 Creates a new instance of this plugin.
 PlugColor32 (Color32 p_endVal, bool p_isRelative)
 Creates a new instance of this plugin using the main ease type.
 PlugColor32 (Color32 p_endVal, EaseType p_easeType, bool p_isRelative)
 Creates a new instance of this plugin.
 PlugColor32 (Color32 p_endVal, AnimationCurve p_easeAnimCurve, bool p_isRelative)
 Creates a new instance of this plugin.

Detailed Description

Default plugin for the tweening of Color32 objects.


Constructor & Destructor Documentation

PlugColor32 ( Color32  p_endVal)

Creates a new instance of this plugin using the main ease type.

Parameters:
p_endValThe Color32 value to tween to.
PlugColor32 ( Color32  p_endVal,
EaseType  p_easeType 
)

Creates a new instance of this plugin.

Parameters:
p_endValThe Color32 value to tween to.
p_easeTypeThe EaseType to use.
PlugColor32 ( Color32  p_endVal,
bool  p_isRelative 
)

Creates a new instance of this plugin using the main ease type.

Parameters:
p_endValThe Color32 value to tween to.
p_isRelativeIf true, the given end value is considered relative instead than absolute.
PlugColor32 ( Color32  p_endVal,
EaseType  p_easeType,
bool  p_isRelative 
)

Creates a new instance of this plugin.

Parameters:
p_endValThe Color32 value to tween to.
p_easeTypeThe EaseType to use.
p_isRelativeIf true, the given end value is considered relative instead than absolute.
PlugColor32 ( Color32  p_endVal,
AnimationCurve  p_easeAnimCurve,
bool  p_isRelative 
)

Creates a new instance of this plugin.

Parameters:
p_endValThe Color32 value to tween to.
p_easeAnimCurveThe AnimationCurve to use for easing.
p_isRelativeIf true, the given end value is considered relative instead than absolute.
 All Classes Namespaces Functions Variables Enumerations Properties