BBGamelib.CCSpeed.CCSpeed C# (CSharp) Method

CCSpeed() public method

public CCSpeed ( CCActionInterval action, float speed ) : UnityEngine
action CCActionInterval
speed float
return UnityEngine
		public CCSpeed(CCActionInterval action, float speed){
			initWithAction (action, speed);
		}