C# Class BBGamelib.BBFlashFactory

Afficher le fichier Open project: BigWoodGames/cocos2d-unity

Méthodes publiques

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

Method Details

LoadFlash() public static méthode

public static LoadFlash ( string path, bool cached = true ) : BBFlash
path string
cached bool
Résultat BBFlash

PurgeCachedData() public static méthode

public static PurgeCachedData ( ) : void
Résultat void

RemoveCacheData() public static méthode

public static RemoveCacheData ( string path ) : void
path string
Résultat void