C# 클래스 Protogame.DummyContentImporterContext

The dummy content importer context.
상속: Microsoft.Xna.Framework.Content.Pipeline.ContentImporterContext
파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

메소드 설명
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