C# Class KUITextureDep, KEngine

Inheritance: KAssetDep
Datei anzeigen Open project: mr-kelly/KEngine

Protected Methods

Method Description
DoProcess ( string resourcePath ) : void
LoadTexture ( string texPath, Action exCallback = null ) : void
ProcessUITexture ( string resourcePath ) : void

Method Details

DoProcess() protected method

protected DoProcess ( string resourcePath ) : void
resourcePath string
return void

LoadTexture() protected method

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

ProcessUITexture() protected method

protected ProcessUITexture ( string resourcePath ) : void
resourcePath string
return void