C# 클래스 KEngine.FontLoader

상속: AbstractResourceLoader
파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string path, Font>.Action callback = null ) : FontLoader

보호된 메소드들

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

메소드 상세

DoDispose() 보호된 메소드

protected DoDispose ( ) : void
리턴 void

Init() 보호된 메소드

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

Load() 공개 정적인 메소드

public static Load ( string path, Font>.Action callback = null ) : FontLoader
path string
callback Font>.Action
리턴 FontLoader