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);
		}