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

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

public CCRotateBy ( float t, float angle ) : UnityEngine
t float
angle float
Результат UnityEngine
		public CCRotateBy(float t, float angle){
			initWithDuration (t, angle);		
		}