Beispiel #1
0
 public void Dispose()
 {
     this._owner      = null;
     this._onComplete = null;
     this._items.Clear();
 }
Beispiel #2
0
 public Transition(GComponent owner)
 {
     this._owner         = owner;
     this.autoPlayRepeat = 1;
 }