BBGamelib.CCRepeat.startWithTarget C# (CSharp) Method

startWithTarget() public method

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