C# Class ShaderCompiler.Core.CodeFile

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
Code string
ReletivePath string

Méthodes publiques

Méthode Description
CodeFile ( string code ) : System
CodeFile ( string code, string reletivePath ) : System
FindMethodBlock ( Type shader, MethodInfo method, CompilerOutputs outputType ) : string
IsFileOfShader ( Type shader ) : bool

Private Methods

Méthode Description
getBlockEnd ( string code ) : int

Method Details

CodeFile() public méthode

public CodeFile ( string code ) : System
code string
Résultat System

CodeFile() public méthode

public CodeFile ( string code, string reletivePath ) : System
code string
reletivePath string
Résultat System

FindMethodBlock() public méthode

public FindMethodBlock ( Type shader, MethodInfo method, CompilerOutputs outputType ) : string
shader System.Type
method System.Reflection.MethodInfo
outputType CompilerOutputs
Résultat string

IsFileOfShader() public méthode

public IsFileOfShader ( Type shader ) : bool
shader System.Type
Résultat bool

Property Details

Code public_oe property

public string Code
Résultat string

ReletivePath public_oe property

public string ReletivePath
Résultat string