Holoville.HOTween  1.2.010
PlugRect Class Reference

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

Inheritance diagram for PlugRect:
ABSTweenPlugin

List of all members.

Public Member Functions

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

Detailed Description

Default plugin for the tweening of Rect objects.


Constructor & Destructor Documentation

PlugRect ( Rect  p_endVal)

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

Parameters:
p_endValThe Rect value to tween to.
PlugRect ( Rect  p_endVal,
EaseType  p_easeType 
)

Creates a new instance of this plugin.

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

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

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

Creates a new instance of this plugin.

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

Creates a new instance of this plugin.

Parameters:
p_endValThe Rect 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