C# Class Fusion.Pipeline.AssetTypes.UbershaderAsset.IncludeHandler

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

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