Holoville.HOTween  1.2.010
PlugVector3X Class Reference

Plugin for the tweening of only the X value of Vector3 objects. More...

Inheritance diagram for PlugVector3X:
ABSTweenPlugin PlugVector3Y PlugVector3Z

List of all members.

Public Member Functions

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

Detailed Description

Plugin for the tweening of only the X value of Vector3 objects.


Constructor & Destructor Documentation

PlugVector3X ( float  p_endVal)

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

Parameters:
p_endValThe value to tween to.
PlugVector3X ( float  p_endVal,
EaseType  p_easeType 
)

Creates a new instance of this plugin.

Parameters:
p_endValThe Vector3 value to tween to.
p_easeTypeThe EaseType to use.
PlugVector3X ( float  p_endVal,
bool  p_isRelative 
)

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

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

Creates a new instance of this plugin.

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

Creates a new instance of this plugin.

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