C# Class Protogame.DummyContentImporterContext

The dummy content importer context.
Inheritance: Microsoft.Xna.Framework.Content.Pipeline.ContentImporterContext
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
AddDependency ( string filename ) : void

The add dependency.

DummyContentImporterContext ( ) : System

Initializes a new instance of the DummyContentImporterContext class.

Method Details

AddDependency() public méthode

The add dependency.
///
public AddDependency ( string filename ) : void
filename string /// The filename. ///
Résultat void

DummyContentImporterContext() public méthode

Initializes a new instance of the DummyContentImporterContext class.
public DummyContentImporterContext ( ) : System
Résultat System