C# Class Fusion.Build.Processors.UbershaderProcessor.IncludeHandler

Inheritance: SharpDX.D3DCompiler.Include
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
Includes HashSet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Close ( Stream stream ) : void
Dispose ( ) : void
IncludeHandler ( BuildContext buildContext ) : System
Open ( IncludeType type, string fileName, Stream parentStream ) : Stream

Method Details

Close() public méthode

public Close ( Stream stream ) : void
stream Stream
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IncludeHandler() public méthode

public IncludeHandler ( BuildContext buildContext ) : System
buildContext BuildContext
Résultat System

Open() public méthode

public Open ( IncludeType type, string fileName, Stream parentStream ) : Stream
type IncludeType
fileName string
parentStream Stream
Résultat Stream

Property Details

Includes public_oe property

public HashSet Includes
Résultat HashSet