프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Current |
메소드 | 설명 | |
---|---|---|
AssetVersionControl ( bool rebuild = false ) : System |
资源打包周期版本管理
|
|
CheckFileBuildWithMeta ( ) : bool |
判断路径,并且尝试判断meta文件
|
|
Dispose ( ) : void | ||
GetAssetLastBuildMD5 ( string assetPath ) : string | ||
GetBuildVersionTab ( ) : string | ||
MarkBuildVersion ( ) : void |
标记一个路径为打包
|
|
MarkRecord ( string strKey ) : void |
只标记,不做MD5比较
|
|
TryCheckExistRecord ( string strKey ) : bool |
不进行文件比较,只判断是否存在
|
|
TryCheckFileBuild ( string filePath ) : bool | ||
TryCheckNeedBuildWithMeta ( ) : bool |
文件类型
|
|
TryIsRebuild ( ) : bool | ||
TryMarkBuildVersion ( ) : void | ||
TryMarkRecord ( string strKey ) : void |
只标记,无MD5比较
|
|
WriteVersion ( ) : void |
메소드 | 설명 | |
---|---|---|
DoCheckBuild ( string filePath, bool log = true ) : bool |
检查是否需要build, 文件,要进行MD5校验
|
|
DoCheckExistRecord ( string strKey ) : bool | ||
DoCheckExistRecord ( string strKey, BuildRecord &assetMd5 ) : bool |
只检查是否存在记录,不进行文件检查
|
|
OnAfterBuildAssetBundleEvent ( |
||
SetupHistory ( ) : void |
public AssetVersionControl ( bool rebuild = false ) : System | ||
rebuild | bool | 如果是rebuild,将无视之前的差异打包信息 |
리턴 | System |
public GetAssetLastBuildMD5 ( string assetPath ) : string | ||
assetPath | string | |
리턴 | string |
public static TryCheckExistRecord ( string strKey ) : bool | ||
strKey | string | |
리턴 | bool |
public static TryCheckFileBuild ( string filePath ) : bool | ||
filePath | string | |
리턴 | bool |
public static TryMarkRecord ( string strKey ) : void | ||
strKey | string | |
리턴 | void |