C# 클래스 Tangzx.ABSystem.AssetBundleBuilder4x

상속: ABBuilder
파일 보기 프로젝트 열기: tangzx/ABSystem 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
newBuildTargets List

공개 메소드들

메소드 설명
AssetBundleBuilder4x ( AssetBundlePathResolver pathResolver ) : System
Export ( ) : void

보호된 메소드들

메소드 설명
BuildExportTree ( AssetTarget parent, List tree, int currentLevel ) : void
Export ( AssetTarget target ) : void
Export ( List tree, int currentLevel ) : void

메소드 상세

AssetBundleBuilder4x() 공개 메소드

public AssetBundleBuilder4x ( AssetBundlePathResolver pathResolver ) : System
pathResolver AssetBundlePathResolver
리턴 System

BuildExportTree() 보호된 메소드

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

Export() 공개 메소드

public Export ( ) : void
리턴 void

Export() 보호된 메소드

protected Export ( AssetTarget target ) : void
target AssetTarget
리턴 void

Export() 보호된 메소드

protected Export ( List tree, int currentLevel ) : void
tree List
currentLevel int
리턴 void

프로퍼티 상세

newBuildTargets 보호되어 있는 프로퍼티

本次增量更新的
protected List newBuildTargets
리턴 List