C# Class CTk2dSpriteCollectionDep, KEngine

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

Public Methods

Method Description
LoadSpriteCollection ( string resourcePath, Action callback ) : CStaticAssetLoader,

Protected Methods

Method Description
DoProcess ( string resourcePath ) : void
OnLoadSpriteCollectionAsset ( UnityEngine obj ) : void
ProcessSpriteCollection ( string resourcePath ) : void

Method Details

DoProcess() protected method

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

LoadSpriteCollection() public static method

public static LoadSpriteCollection ( string resourcePath, Action callback ) : CStaticAssetLoader,
resourcePath string
callback Action
return CStaticAssetLoader,

OnLoadSpriteCollectionAsset() protected static method

protected static OnLoadSpriteCollectionAsset ( UnityEngine obj ) : void
obj UnityEngine
return void

ProcessSpriteCollection() protected method

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