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

BBFlashImp() public method

public BBFlashImp ( string path ) : UnityEngine
path string
return UnityEngine
		public BBFlashImp(string path){
			flash = new imp.Flash (path, new BBFlashDisplayFactory()); 
		}