C# 클래스 Fusion.Pipeline.AssetTypes.UbershaderAsset

상속: Asset
파일 보기 프로젝트 열기: demiurghg/FusionEngine

Private Properties

프로퍼티 타입 설명
Compile byte[]
RunFxc byte[]
ShowListing void

공개 메소드들

메소드 설명
Build ( BuildContext buildContext ) : void

UbershaderAsset ( string path ) : System

비공개 메소드들

메소드 설명
Compile ( BuildContext buildContext, string sourceFile, string profile, string entryPoint, string defines, string output, string listing ) : byte[]

RunFxc ( BuildContext buildContext, string sourceFile, string profile, string entryPoint, string defines, string output, string listing ) : byte[]

ShowListing ( ) : void

메소드 상세

Build() 공개 메소드

public Build ( BuildContext buildContext ) : void
buildContext BuildContext
리턴 void

UbershaderAsset() 공개 메소드

public UbershaderAsset ( string path ) : System
path string
리턴 System