BBGamelib.flash.wrap.BBFlashGraphic.gotoAndPlay C# (CSharp) 메소드

gotoAndPlay() 공개 메소드

public gotoAndPlay ( int start, int end ) : void
start int
end int
리턴 void
		public void gotoAndPlay(int start, int end){
		}
		

Same methods

BBFlashGraphic::gotoAndPlay ( int start, int end, Action callback ) : void
BBFlashGraphic::gotoAndPlay ( string start, string end ) : void
BBFlashGraphic::gotoAndPlay ( string start, string end, Action callback ) : void