C# Class Tangzx.ABSystem.ABBuilder

Afficher le fichier Open project: tangzx/ABSystem

Protected Properties

Свойство Type Description
dataWriter AssetBundleDataWriter
pathResolver AssetBundlePathResolver

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
InitDirs ( ) : void
RemoveUnused ( List all ) : void

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

SaveDepAll ( List all ) : void

Method Details

ABBuilder() public méthode

public ABBuilder ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ABBuilder() public méthode

public ABBuilder ( AssetBundlePathResolver resolver ) : System.Collections.Generic
resolver AssetBundlePathResolver
Résultat System.Collections.Generic

AddRootTargets() public méthode

public AddRootTargets ( DirectoryInfo bundleDir, string partterns = null, SearchOption searchOption = SearchOption.AllDirectories ) : void
bundleDir System.IO.DirectoryInfo
partterns string
searchOption SearchOption
Résultat void

Analyze() public méthode

public Analyze ( ) : void
Résultat void

Begin() public méthode

public Begin ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

Export() public méthode

public Export ( ) : void
Résultat void

InitDirs() protected méthode

protected InitDirs ( ) : void
Résultat void

RemoveUnused() protected méthode

删除未使用的AB,可能是上次打包出来的,而这一次没生成的
protected RemoveUnused ( List all ) : void
all List
Résultat void

SaveDepAll() protected méthode

protected SaveDepAll ( List all ) : void
all List
Résultat void

SetDataWriter() public méthode

public SetDataWriter ( AssetBundleDataWriter w ) : void
w AssetBundleDataWriter
Résultat void

Property Details

dataWriter protected_oe property

protected AssetBundleDataWriter,Tangzx.ABSystem dataWriter
Résultat AssetBundleDataWriter

pathResolver protected_oe property

protected AssetBundlePathResolver,Tangzx.ABSystem pathResolver
Résultat AssetBundlePathResolver