C# 클래스 Protogame.EmbeddedCompiledLoadStrategy

The embedded compiled load strategy.
상속: ILoadStrategy
파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

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

The attempt load.

GetPotentialPaths ( string path, string name, bool noTranslate = false ) : System.Collections.Generic.IEnumerable

메소드 상세

AttemptLoad() 공개 메소드

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

GetPotentialPaths() 공개 메소드

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