Used by HOTween.GetTweenInfos and HOTweenInspector, to store info about tweens that can be displayed. More...
Public Member Functions | |
TweenInfo (ABSTweenComponent tween) | |
Creates a new TweenInfo object. | |
Public Attributes | |
ABSTweenComponent | tween |
Tween. | |
bool | isSequence |
Is sequence. | |
List< object > | targets |
Targets. | |
Properties | |
bool | isPaused [get] |
Is paused. | |
bool | isComplete [get] |
Is complete. | |
bool | isEnabled [get] |
Is enabled. |
Used by HOTween.GetTweenInfos and HOTweenInspector, to store info about tweens that can be displayed.
TweenInfo | ( | ABSTweenComponent | tween | ) |
Creates a new TweenInfo object.
bool isSequence |
Is sequence.
List<object> targets |
Targets.
Tween.
bool isComplete [get] |
Is complete.
bool isEnabled [get] |
Is enabled.
bool isPaused [get] |
Is paused.