BBGamelib.CCRepeatForever.CCRepeatForever C# (CSharp) Method

CCRepeatForever() public method

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