C# Класс Tangzx.ABSystem.ABBuilder

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
dataWriter AssetBundleDataWriter
pathResolver AssetBundlePathResolver

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

Метод Описание
ABBuilder ( ) : System.Collections.Generic
ABBuilder ( AssetBundlePathResolver resolver ) : System.Collections.Generic
AddRootTargets ( DirectoryInfo bundleDir, string partterns = null, SearchOption searchOption = SearchOption.AllDirectories ) : void
Analyze ( ) : void
Begin ( ) : void
End ( ) : void
Export ( ) : void
SetDataWriter ( AssetBundleDataWriter w ) : void

Защищенные методы

Метод Описание
InitDirs ( ) : void
RemoveUnused ( List all ) : void

删除未使用的AB,可能是上次打包出来的,而这一次没生成的

SaveDepAll ( List all ) : void

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

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

public ABBuilder ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public ABBuilder ( AssetBundlePathResolver resolver ) : System.Collections.Generic
resolver AssetBundlePathResolver
Результат System.Collections.Generic

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

public AddRootTargets ( DirectoryInfo bundleDir, string partterns = null, SearchOption searchOption = SearchOption.AllDirectories ) : void
bundleDir System.IO.DirectoryInfo
partterns string
searchOption SearchOption
Результат void

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

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

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

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

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

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

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

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

InitDirs() защищенный Метод

protected InitDirs ( ) : void
Результат void

RemoveUnused() защищенный Метод

删除未使用的AB,可能是上次打包出来的,而这一次没生成的
protected RemoveUnused ( List all ) : void
all List
Результат void

SaveDepAll() защищенный Метод

protected SaveDepAll ( List all ) : void
all List
Результат void

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

public SetDataWriter ( AssetBundleDataWriter w ) : void
w AssetBundleDataWriter
Результат void

Описание свойств

dataWriter защищенное свойство

protected AssetBundleDataWriter,Tangzx.ABSystem dataWriter
Результат AssetBundleDataWriter

pathResolver защищенное свойство

protected AssetBundlePathResolver,Tangzx.ABSystem pathResolver
Результат AssetBundlePathResolver