C# Класс Protogame.DummyContentImporterContext

The dummy content importer context.
Наследование: Microsoft.Xna.Framework.Content.Pipeline.ContentImporterContext
Показать файл Открыть проект

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

Метод Описание
AddDependency ( string filename ) : void

The add dependency.

DummyContentImporterContext ( ) : System

Initializes a new instance of the DummyContentImporterContext class.

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

AddDependency() публичный Метод

The add dependency.
///
public AddDependency ( string filename ) : void
filename string /// The filename. ///
Результат void

DummyContentImporterContext() публичный Метод

Initializes a new instance of the DummyContentImporterContext class.
public DummyContentImporterContext ( ) : System
Результат System