C# Класс IABResLoader, QFramework

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DebugAllRes ( ) : void
Dispose ( ) : void

销毁

Call Dispose when you are finished using the IABResLoader. The Dispose method leaves the IABResLoader in an unusable state. After calling Dispose, you must release all references to the IABResLoader so the garbage collector can reclaim the memory that the IABResLoader was occupying.

IABResLoader ( AssetBundle ab ) : UnityEngine
LoadRes ( string resName ) : UnityEngine.Object[]
UnloadRes ( UnityEngine resObj ) : void

卸载单个资源

this ( string resName ) : Object

Описание методов

DebugAllRes() публичный Метод

public DebugAllRes ( ) : void
Результат void

Dispose() публичный Метод

销毁
Call Dispose when you are finished using the IABResLoader. The Dispose method leaves the IABResLoader in an unusable state. After calling Dispose, you must release all references to the IABResLoader so the garbage collector can reclaim the memory that the IABResLoader was occupying.
public Dispose ( ) : void
Результат void

IABResLoader() публичный Метод

public IABResLoader ( AssetBundle ab ) : UnityEngine
ab AssetBundle
Результат UnityEngine

LoadRes() публичный Метод

public LoadRes ( string resName ) : UnityEngine.Object[]
resName string
Результат UnityEngine.Object[]

UnloadRes() публичный Метод

卸载单个资源
public UnloadRes ( UnityEngine resObj ) : void
resObj UnityEngine
Результат void

this() публичный Метод

public this ( string resName ) : Object
resName string
Результат UnityEngine.Object