C# 클래스 Axiom.Scripting.Compiler.CreateGpuProgramScriptCompilerEvent

상속: ScriptCompilerEvent
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
File string
Name string
ProgramType GpuProgramType
ResourceGroup string
Source string
Syntax string

공개 메소드들

메소드 설명
CreateGpuProgramScriptCompilerEvent ( string file, string name, string resGroup, string source, string syntax, GpuProgramType prgType ) : System.Collections.Generic

메소드 상세

CreateGpuProgramScriptCompilerEvent() 공개 메소드

public CreateGpuProgramScriptCompilerEvent ( string file, string name, string resGroup, string source, string syntax, GpuProgramType prgType ) : System.Collections.Generic
file string
name string
resGroup string
source string
syntax string
prgType GpuProgramType
리턴 System.Collections.Generic

프로퍼티 상세

File 공개적으로 프로퍼티

public string File
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

ProgramType 공개적으로 프로퍼티

public GpuProgramType ProgramType
리턴 GpuProgramType

ResourceGroup 공개적으로 프로퍼티

public string ResourceGroup
리턴 string

Source 공개적으로 프로퍼티

public string Source
리턴 string

Syntax 공개적으로 프로퍼티

public string Syntax
리턴 string