C# 클래스 KEngine.InstanceAssetLoader

这是拷一份出来的
상속: AbstractResourceLoader
파일 보기 프로젝트 열기: mr-kelly/KEngine

공개 메소드들

메소드 설명
CoPreload ( string path, System callback = null ) : IEnumerator
Load ( string url, AssetFileLoader callback = null ) : InstanceAssetLoader
Preload ( string path, System callback = null ) : AssetFileLoader

보호된 메소드들

메소드 설명
DoDispose ( ) : void
Init ( string url ) : void

메소드 상세

CoPreload() 공개 정적인 메소드

public static CoPreload ( string path, System callback = null ) : IEnumerator
path string
callback System
리턴 IEnumerator

DoDispose() 보호된 메소드

protected DoDispose ( ) : void
리턴 void

Init() 보호된 메소드

protected Init ( string url ) : void
url string
리턴 void

Load() 공개 정적인 메소드

public static Load ( string url, AssetFileLoader callback = null ) : InstanceAssetLoader
url string
callback AssetFileLoader
리턴 InstanceAssetLoader

Preload() 공개 정적인 메소드

public static Preload ( string path, System callback = null ) : AssetFileLoader
path string
callback System
리턴 AssetFileLoader