C# Class Protogame.LocalCompiledLoadStrategy

The local compiled load strategy.
Inheritance: ILoadStrategy
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AttemptLoadOfFile ( FileInfo file, string name ) : IRawAsset

The attempt load of file.

Method Details

AttemptLoad() public méthode

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
Résultat IRawAsset

GetPotentialPaths() public méthode

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