C# 클래스 Tangzx.ABSystem.AssetBundlePathResolver

AB 打包及运行时路径解决器
파일 보기 프로젝트 열기: tangzx/ABSystem 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
instance AssetBundlePathResolver

공개 메소드들

메소드 설명
AssetBundlePathResolver ( ) : System.IO
GetBundleSourceFile ( string path, bool forWWW = true ) : string

获取 AB 源文件路径(打包进安装包的)

GetEditorModePath ( string abName ) : string

在编辑器模型下将 abName 转为 Assets/... 路径 这样就可以不用打包直接用了

메소드 상세

AssetBundlePathResolver() 공개 메소드

public AssetBundlePathResolver ( ) : System.IO
리턴 System.IO

GetBundleSourceFile() 공개 메소드

获取 AB 源文件路径(打包进安装包的)
public GetBundleSourceFile ( string path, bool forWWW = true ) : string
path string
forWWW bool
리턴 string

GetEditorModePath() 공개 메소드

在编辑器模型下将 abName 转为 Assets/... 路径 这样就可以不用打包直接用了
public GetEditorModePath ( string abName ) : string
abName string
리턴 string

프로퍼티 상세

instance 공개적으로 정적으로 프로퍼티

public static AssetBundlePathResolver,Tangzx.ABSystem instance
리턴 AssetBundlePathResolver