BBGamelib.CCRotateBy.CCRotateBy C# (CSharp) Method

CCRotateBy() public method

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