Holoville.HOTween  1.2.010
PlugString Class Reference

Plugin for the tweening of strings. More...

Inheritance diagram for PlugString:
ABSTweenPlugin

List of all members.

Public Member Functions

 PlugString (string p_endVal)
 Creates a new instance of this plugin using the main ease type, substituting any existing string with the given one over time.
 PlugString (string p_endVal, EaseType p_easeType)
 Creates a new instance of this plugin, substituting any existing string with the given one over time.
 PlugString (string p_endVal, bool p_isRelative)
 Creates a new instance of this plugin using the main ease type.
 PlugString (string p_endVal, EaseType p_easeType, bool p_isRelative)
 Creates a new instance of this plugin.
 PlugString (string p_endVal, AnimationCurve p_easeAnimCurve, bool p_isRelative)
 Creates a new instance of this plugin.

Detailed Description

Plugin for the tweening of strings.


Constructor & Destructor Documentation

PlugString ( string  p_endVal)

Creates a new instance of this plugin using the main ease type, substituting any existing string with the given one over time.

Parameters:
p_endValThe string value to tween to.
PlugString ( string  p_endVal,
EaseType  p_easeType 
)

Creates a new instance of this plugin, substituting any existing string with the given one over time.

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

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

Parameters:
p_endValThe string value to tween to.
p_isRelativeIf true, the given value will be added to any existing string, if false the existing string will be completely overwritten.
PlugString ( string  p_endVal,
EaseType  p_easeType,
bool  p_isRelative 
)

Creates a new instance of this plugin.

Parameters:
p_endValThe string value to tween to.
p_easeTypeThe EaseType to use.
p_isRelativeIf true, the given value will be added to any existing string, if false the existing string will be completely overwritten.
PlugString ( string  p_endVal,
AnimationCurve  p_easeAnimCurve,
bool  p_isRelative 
)

Creates a new instance of this plugin.

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