BBGamelib.CCRepeatForever.startWithTarget C# (CSharp) 메소드

startWithTarget() 공개 메소드

public startWithTarget ( System aTarget ) : void
aTarget System
리턴 void
		public override void startWithTarget (System.Object aTarget)
		{
			base.startWithTarget (aTarget);
			_innerAction.startWithTarget (_target);
		}