BBGamelib.CCRotateTo.CCRotateTo C# (CSharp) 메소드

CCRotateTo() 공개 메소드

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