C# 클래스 Tangzx.ABSystem.ABBuilder

파일 보기 프로젝트 열기: tangzx/ABSystem

보호된 프로퍼티들

프로퍼티 타입 설명
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