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

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

public CCSpeed ( CCActionInterval action, float speed ) : UnityEngine
action CCActionInterval
speed float
Результат UnityEngine
		public CCSpeed(CCActionInterval action, float speed){
			initWithAction (action, speed);
		}