C# 클래스 Protogame.RawUserInterfaceLoadStrategy

상속: ILoadStrategy
파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

메소드 설명
AttemptLoad ( string path, string name, System.DateTime &lastModified, bool noTranslate = false ) : IRawAsset
GetPotentialPaths ( string path, string name, bool noTranslate = false ) : IEnumerable

메소드 상세

AttemptLoad() 공개 메소드

public AttemptLoad ( string path, string name, System.DateTime &lastModified, bool noTranslate = false ) : IRawAsset
path string
name string
lastModified System.DateTime
noTranslate bool
리턴 IRawAsset

GetPotentialPaths() 공개 메소드

public GetPotentialPaths ( string path, string name, bool noTranslate = false ) : IEnumerable
path string
name string
noTranslate bool
리턴 IEnumerable