C# Класс Protogame.LocalSourceLoadStrategy

The local source load strategy.
Наследование: ILoadStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AttemptLoadOfFile ( FileInfo file ) : DictionaryBasedRawAsset

Описание методов

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