BBGamelib.CCSpeed.CCSpeed C# (CSharp) Méthode

CCSpeed() public méthode

public CCSpeed ( CCActionInterval action, float speed ) : UnityEngine
action CCActionInterval
speed float
Résultat UnityEngine
		public CCSpeed(CCActionInterval action, float speed){
			initWithAction (action, speed);
		}