eDriven Framework API
Child tween count
Upon the composite tween's child initialization, this number is increased
The duty of each child tween is to decrease this count when finished, using the internal setter

Declaration Syntax
public virtual int Count { get; set; }
Public Overridable Property Count As Integer
Get
Set
public:
virtual property int Count {
int get ();
void set (int value);
}
Assembly:
eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)