C# 클래스 KUIAtlasDep, KEngine

상속: KAssetDep
파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 메소드들

메소드 설명
LoadUIAtlas ( string resourcePath, Action callback, KAssetBundleLoaderMode loaderMode = KAssetBundleLoaderMode.Default ) : KStaticAssetLoader,

보호된 메소드들

메소드 설명
DoProcess ( string resourcePath ) : void
ProcessUIAtlas ( string path ) : void

메소드 상세

DoProcess() 보호된 메소드

protected DoProcess ( string resourcePath ) : void
resourcePath string
리턴 void

LoadUIAtlas() 공개 정적인 메소드

public static LoadUIAtlas ( string resourcePath, Action callback, KAssetBundleLoaderMode loaderMode = KAssetBundleLoaderMode.Default ) : KStaticAssetLoader,
resourcePath string
callback Action
loaderMode KAssetBundleLoaderMode
리턴 KStaticAssetLoader,

ProcessUIAtlas() 보호된 메소드

protected ProcessUIAtlas ( string path ) : void
path string
리턴 void