BBGamelib.CCSpeed.initWithAction C# (CSharp) Method

initWithAction() public method

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