C# Class Protogame.RawUserInterfaceLoadStrategy

Inheritance: ILoadStrategy
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
AttemptLoad ( string path, string name, System.DateTime &lastModified, bool noTranslate = false ) : IRawAsset
GetPotentialPaths ( string path, string name, bool noTranslate = false ) : IEnumerable

Method Details

AttemptLoad() public method

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

GetPotentialPaths() public method

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