C# 클래스 BBGamelib.BBFlashFactory

파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity

공개 메소드들

메소드 설명
LoadFlash ( string path, bool cached = true ) : BBFlash
PurgeCachedData ( ) : void
RemoveCacheData ( string path ) : void

메소드 상세

LoadFlash() 공개 정적인 메소드

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

PurgeCachedData() 공개 정적인 메소드

public static PurgeCachedData ( ) : void
리턴 void

RemoveCacheData() 공개 정적인 메소드

public static RemoveCacheData ( string path ) : void
path string
리턴 void