BBGamelib.CCSpeed.initWithAction C# (CSharp) Метод

initWithAction() публичный Метод

public initWithAction ( CCActionInterval action, float speed ) : void
action CCActionInterval
speed float
Результат void
		public void initWithAction(CCActionInterval action, float speed){
			base.init ();
			this.innerAction = action;
			_speed = speed;
		}