C# 클래스 Fusion.Pipeline.AssetTypes.UbershaderAsset.IncludeHandler
파일 보기
프로젝트 열기: demiurghg/FusionEngine
Private Properties
공개 메소드들
메소드 |
설명 |
|
Close ( Stream stream ) : void |
|
|
Dispose ( ) : void |
|
|
IncludeHandler ( BuildContext buildContext ) : System |
|
|
Open ( IncludeType type, string fileName, Stream parentStream ) : Stream |
|
|
메소드 상세
public Close ( Stream stream ) : void |
stream |
Stream |
|
리턴 |
void |
|
public IncludeHandler ( BuildContext buildContext ) : System |
buildContext |
BuildContext |
|
리턴 |
System |
|
public Open ( IncludeType type, string fileName, Stream parentStream ) : Stream |
type |
IncludeType |
|
fileName |
string |
|
parentStream |
Stream |
|
리턴 |
Stream |
|