BBGamelib.CCFadeTo.startWithTarget C# (CSharp) Méthode

startWithTarget() public méthode

public startWithTarget ( object aTarget ) : void
aTarget object
Résultat void
		public override void startWithTarget (object aTarget)
		{
			base.startWithTarget (aTarget);
			_fromOpacity = (_target as CCRGBAProtocol).opacity;
		}