C# 클래스 LuaFramework.ResourceManager

상속: Manager
파일 보기 프로젝트 열기: guyun008/LuaFramework_ngui_mod 1 사용 예제들

공개 메소드들

메소드 설명
LoadBundle ( string name ) : AssetBundle

载入素材

initialize ( System.Action func ) : void

初始化

비공개 메소드들

메소드 설명
OnDestroy ( ) : void

销毁资源

메소드 상세

LoadBundle() 공개 메소드

载入素材
public LoadBundle ( string name ) : AssetBundle
name string
리턴 UnityEngine.AssetBundle

initialize() 공개 메소드

初始化
public initialize ( System.Action func ) : void
func System.Action
리턴 void