BBGamelib.CCFadeTo.initWithDuration C# (CSharp) 메소드

initWithDuration() 공개 메소드

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