C# Class KUIAtlasDep, KEngine

Inheritance: KAssetDep
Afficher le fichier Open project: mr-kelly/KEngine Class Usage Examples

Méthodes publiques

Méthode Description
LoadUIAtlas ( string resourcePath, Action callback, KAssetBundleLoaderMode loaderMode = KAssetBundleLoaderMode.Default ) : KStaticAssetLoader,

Méthodes protégées

Méthode Description
DoProcess ( string resourcePath ) : void
ProcessUIAtlas ( string path ) : void

Method Details

DoProcess() protected méthode

protected DoProcess ( string resourcePath ) : void
resourcePath string
Résultat void

LoadUIAtlas() public static méthode

public static LoadUIAtlas ( string resourcePath, Action callback, KAssetBundleLoaderMode loaderMode = KAssetBundleLoaderMode.Default ) : KStaticAssetLoader,
resourcePath string
callback Action
loaderMode KAssetBundleLoaderMode
Résultat KStaticAssetLoader,

ProcessUIAtlas() protected méthode

protected ProcessUIAtlas ( string path ) : void
path string
Résultat void