C# Class Protogame.RawATFLevelLoadStrategy

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
GetPotentialPaths ( string path, string name, bool noTranslate = false ) : IEnumerable

Method Details

AttemptLoad() public méthode

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

GetPotentialPaths() public méthode

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