BBGamelib.CCRepeatForever.CCRepeatForever C# (CSharp) Méthode

CCRepeatForever() public méthode

public CCRepeatForever ( CCActionInterval action ) : UnityEngine
action CCActionInterval
Résultat UnityEngine
		public CCRepeatForever(CCActionInterval action){
			initWithAction (action);
		}