C# 클래스 Pomona.Common.Loading.DisabledResourceLoader

상속: IResourceLoader
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
Get ( string uri, Type type, RequestOptions requestOptions ) : object
GetAsync ( string uri, Type type, RequestOptions requestOptions ) : Task

메소드 상세

Get() 공개 메소드

public Get ( string uri, Type type, RequestOptions requestOptions ) : object
uri string
type System.Type
requestOptions RequestOptions
리턴 object

GetAsync() 공개 메소드

public GetAsync ( string uri, Type type, RequestOptions requestOptions ) : Task
uri string
type System.Type
requestOptions RequestOptions
리턴 Task