Property | Type | Description | |
---|---|---|---|
mAssetPacker | AssetPacker, |
Method | Description | |
---|---|---|
DestroyAllUIEffect ( ) : void | ||
DestroyUIEffect ( GameObject obj ) : void | ||
DestroyUIPrefab ( GameObject go ) : void | ||
GetResSprite ( string spName ) : Sprite | ||
GetUIEffect ( string effname, |
||
GetUIPrefab ( string assetName, Transform parent, |
||
Instance ( ) : GameResFactory, |
Method | Description | |
---|---|---|
GetEffectObj ( string effname, System |
public DestroyUIEffect ( GameObject obj ) : void | ||
obj | GameObject | |
return | void |
public DestroyUIPrefab ( GameObject go ) : void | ||
go | GameObject | |
return | void |
protected GetEffectObj ( string effname, System |
||
effname | string | |
callBack | System |
|
return | void |
public GetResSprite ( string spName ) : Sprite | ||
spName | string | |
return | Sprite |
public GetUIEffect ( string effname, |
||
effname | string | |
luaCallBack | ||
return | void |
public GetUIPrefab ( string assetName, Transform parent, |
||
assetName | string | |
parent | Transform | |
luaTable | ||
luaCallBack | ||
return | void |