BBGamelib.flash.wrap.BBFlashImp.Debug C# (CSharp) Method

Debug() public method

public Debug ( ) : void
return void
		public void Debug(){
			string s = flash.trace ();
			CCDebug.Log (s);
		}
	}