BBGamelib.CCSpeed.initWithAction C# (CSharp) Méthode

initWithAction() public méthode

public initWithAction ( CCActionInterval action, float speed ) : void
action CCActionInterval
speed float
Résultat void
		public void initWithAction(CCActionInterval action, float speed){
			base.init ();
			this.innerAction = action;
			_speed = speed;
		}