C# 클래스 ShaderCompiler.Core.CodeFile

파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Code string
ReletivePath string

공개 메소드들

메소드 설명
CodeFile ( string code ) : System
CodeFile ( string code, string reletivePath ) : System
FindMethodBlock ( Type shader, MethodInfo method, CompilerOutputs outputType ) : string
IsFileOfShader ( Type shader ) : bool

비공개 메소드들

메소드 설명
getBlockEnd ( string code ) : int

메소드 상세

CodeFile() 공개 메소드

public CodeFile ( string code ) : System
code string
리턴 System

CodeFile() 공개 메소드

public CodeFile ( string code, string reletivePath ) : System
code string
reletivePath string
리턴 System

FindMethodBlock() 공개 메소드

public FindMethodBlock ( Type shader, MethodInfo method, CompilerOutputs outputType ) : string
shader System.Type
method System.Reflection.MethodInfo
outputType CompilerOutputs
리턴 string

IsFileOfShader() 공개 메소드

public IsFileOfShader ( Type shader ) : bool
shader System.Type
리턴 bool

프로퍼티 상세

Code 공개적으로 프로퍼티

public string Code
리턴 string

ReletivePath 공개적으로 프로퍼티

public string ReletivePath
리턴 string