C# Class Protogame.EmbeddedCompiledLoadStrategy

The embedded compiled load strategy.
Inheritance: ILoadStrategy
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method 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

Method Details

AttemptLoad() public method

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
return IRawAsset

GetPotentialPaths() public method

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