BBGamelib.CCRotateTo.CCRotateTo C# (CSharp) Method

CCRotateTo() public method

public CCRotateTo ( float t, float angle ) : UnityEngine
t float
angle float
return UnityEngine
		public CCRotateTo(float t, float angle){
			initWithDuration (t, angle);
		}