Holoville.HOTween  1.2.010
TweenInfo Class Reference

Used by HOTween.GetTweenInfos and HOTweenInspector, to store info about tweens that can be displayed. More...

List of all members.

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.

Detailed Description

Used by HOTween.GetTweenInfos and HOTweenInspector, to store info about tweens that can be displayed.


Constructor & Destructor Documentation

Creates a new TweenInfo object.


Member Data Documentation

bool isSequence

Is sequence.

List<object> targets

Targets.


Property Documentation

bool isComplete [get]

Is complete.

bool isEnabled [get]

Is enabled.

bool isPaused [get]

Is paused.

 All Classes Namespaces Functions Variables Enumerations Properties