C# 클래스 KEngine.KAssetBundleParser

AssetBundle字节解析器
파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bundle UnityEngine.AssetBundle
BundleBytesFilter Func
IsFinished bool
Mode CAssetBundleParserMode
RelativePath string

공개 메소드들

메소드 설명
Dispose ( bool unloadAllAssets ) : void
KAssetBundleParser ( string relativePath, byte bytes, Action callback = null ) : System

비공개 메소드들

메소드 설명
DefaultParseAb ( string relativePath, byte bytes ) : byte[]
DisposeBundle ( ) : void
OnFinish ( AssetBundle bundle ) : void
WaitCreateAssetBundle ( AssetBundleCreateRequest req ) : IEnumerator

메소드 상세

Dispose() 공개 메소드

public Dispose ( bool unloadAllAssets ) : void
unloadAllAssets bool
리턴 void

KAssetBundleParser() 공개 메소드

public KAssetBundleParser ( string relativePath, byte bytes, Action callback = null ) : System
relativePath string
bytes byte
callback Action
리턴 System

프로퍼티 상세

Bundle 공개적으로 프로퍼티

public AssetBundle,UnityEngine Bundle
리턴 UnityEngine.AssetBundle

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

public static Func BundleBytesFilter
리턴 Func

IsFinished 공개적으로 프로퍼티

public bool IsFinished
리턴 bool

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

是异步解析,还是同步解析
public static CAssetBundleParserMode Mode
리턴 CAssetBundleParserMode

RelativePath 공개적으로 프로퍼티

public string RelativePath
리턴 string