BBGamelib.CCRepeat.startWithTarget C# (CSharp) Méthode

startWithTarget() public méthode

public startWithTarget ( object aTarget ) : void
aTarget object
Résultat void
		public override void startWithTarget (object aTarget)
		{
			_total = 0;
			_nextDt = _innerAction.duration / _duration;
			base.startWithTarget (aTarget);
			_innerAction.startWithTarget (aTarget);
		}