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

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

public CCRepeatForever ( CCActionInterval action ) : UnityEngine
action CCActionInterval
Результат UnityEngine
		public CCRepeatForever(CCActionInterval action){
			initWithAction (action);
		}