BBGamelib.CCFadeTo.initWithDuration C# (CSharp) Method

initWithDuration() public method

public initWithDuration ( float t, byte opacity ) : void
t float
opacity byte
return void
		public virtual void initWithDuration(float t, byte opacity){
			base.initWithDuration (t);
			_toOpacity = opacity;
		}