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

startWithTarget() public méthode

public startWithTarget ( System aTarget ) : void
aTarget System
Résultat void
		public override void startWithTarget (System.Object aTarget)
		{
			base.startWithTarget (aTarget);
			_innerAction.startWithTarget (_target);
		}