C# 클래스 KUITextureDep, KEngine

상속: KAssetDep
파일 보기 프로젝트 열기: mr-kelly/KEngine

보호된 메소드들

메소드 설명
DoProcess ( string resourcePath ) : void
LoadTexture ( string texPath, Action exCallback = null ) : void
ProcessUITexture ( string resourcePath ) : void

메소드 상세

DoProcess() 보호된 메소드

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

LoadTexture() 보호된 메소드

protected LoadTexture ( string texPath, Action exCallback = null ) : void
texPath string
exCallback Action
리턴 void

ProcessUITexture() 보호된 메소드

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