C# 클래스 Fusion.Build.Processors.UbershaderProcessor.IncludeHandler

상속: SharpDX.D3DCompiler.Include
파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 프로퍼티들

프로퍼티 타입 설명
Includes HashSet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Close ( Stream stream ) : void
Dispose ( ) : void
IncludeHandler ( BuildContext buildContext ) : System
Open ( IncludeType type, string fileName, Stream parentStream ) : Stream

메소드 상세

Close() 공개 메소드

public Close ( Stream stream ) : void
stream Stream
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IncludeHandler() 공개 메소드

public IncludeHandler ( BuildContext buildContext ) : System
buildContext BuildContext
리턴 System

Open() 공개 메소드

public Open ( IncludeType type, string fileName, Stream parentStream ) : Stream
type IncludeType
fileName string
parentStream Stream
리턴 Stream

프로퍼티 상세

Includes 공개적으로 프로퍼티

public HashSet Includes
리턴 HashSet