C# Class Tangzx.ABSystem.AssetBundleBuilder4x

Inheritance: ABBuilder
Show file Open project: tangzx/ABSystem Class Usage Examples

Protected Properties

Property Type Description
newBuildTargets List

Public Methods

Method Description
AssetBundleBuilder4x ( AssetBundlePathResolver pathResolver ) : System
Export ( ) : void

Protected Methods

Method Description
BuildExportTree ( AssetTarget parent, List tree, int currentLevel ) : void
Export ( AssetTarget target ) : void
Export ( List tree, int currentLevel ) : void

Method Details

AssetBundleBuilder4x() public method

public AssetBundleBuilder4x ( AssetBundlePathResolver pathResolver ) : System
pathResolver AssetBundlePathResolver
return System

BuildExportTree() protected method

protected BuildExportTree ( AssetTarget parent, List tree, int currentLevel ) : void
parent AssetTarget
tree List
currentLevel int
return void

Export() public method

public Export ( ) : void
return void

Export() protected method

protected Export ( AssetTarget target ) : void
target AssetTarget
return void

Export() protected method

protected Export ( List tree, int currentLevel ) : void
tree List
currentLevel int
return void

Property Details

newBuildTargets protected property

本次增量更新的
protected List newBuildTargets
return List