BBGamelib.CCDelayTime.copyImpl C# (CSharp) Méthode

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction
		protected override CCAction copyImpl ()
		{
			return new CCDelayTime(_duration);
		}