C# Class Tangzx.ABSystem.AssetBundleBuilder4x

Inheritance: ABBuilder
Afficher le fichier Open project: tangzx/ABSystem Class Usage Examples

Protected Properties

Свойство Type Description
newBuildTargets List

Méthodes publiques

Méthode Description
AssetBundleBuilder4x ( AssetBundlePathResolver pathResolver ) : System
Export ( ) : void

Méthodes protégées

Méthode Description
BuildExportTree ( AssetTarget parent, List tree, int currentLevel ) : void
Export ( AssetTarget target ) : void
Export ( List tree, int currentLevel ) : void

Method Details

AssetBundleBuilder4x() public méthode

public AssetBundleBuilder4x ( AssetBundlePathResolver pathResolver ) : System
pathResolver AssetBundlePathResolver
Résultat System

BuildExportTree() protected méthode

protected BuildExportTree ( AssetTarget parent, List tree, int currentLevel ) : void
parent AssetTarget
tree List
currentLevel int
Résultat void

Export() public méthode

public Export ( ) : void
Résultat void

Export() protected méthode

protected Export ( AssetTarget target ) : void
target AssetTarget
Résultat void

Export() protected méthode

protected Export ( List tree, int currentLevel ) : void
tree List
currentLevel int
Résultat void

Property Details

newBuildTargets protected_oe property

本次增量更新的
protected List newBuildTargets
Résultat List