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

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction
		protected override CCAction copyImpl ()
		{
			return new CCEaseExponentialInOut (_inner.copy());
		}