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

CCRepeatForever() 공개 메소드

public CCRepeatForever ( CCActionInterval action ) : UnityEngine
action CCActionInterval
리턴 UnityEngine
		public CCRepeatForever(CCActionInterval action){
			initWithAction (action);
		}