C# Class BBGamelib.BBFlashFactory

Datei anzeigen Open project: BigWoodGames/cocos2d-unity

Public Methods

Method Description
LoadFlash ( string path, bool cached = true ) : BBFlash
PurgeCachedData ( ) : void
RemoveCacheData ( string path ) : void

Method Details

LoadFlash() public static method

public static LoadFlash ( string path, bool cached = true ) : BBFlash
path string
cached bool
return BBFlash

PurgeCachedData() public static method

public static PurgeCachedData ( ) : void
return void

RemoveCacheData() public static method

public static RemoveCacheData ( string path ) : void
path string
return void