C# Class CSpineAnimationDep, KEngine

Inheritance: KAssetDep
Mostrar archivo Open project: mr-kelly/KEngine

Protected Methods

Method Description
DoProcess ( string resourcePath ) : void
LoadCSpineData ( string path, Action dataCallback ) : void
LoadSpineDataAsset ( string path, Action callback ) : void
ProcessSpineAnimation ( string resourcePath ) : void

Method Details

DoProcess() protected method

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

LoadCSpineData() protected method

protected LoadCSpineData ( string path, Action dataCallback ) : void
path string
dataCallback Action
return void

LoadSpineDataAsset() protected method

protected LoadSpineDataAsset ( string path, Action callback ) : void
path string
callback Action
return void

ProcessSpineAnimation() protected method

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