C# 클래스 Axiom.Serialization.MaterialScriptContext

Struct for holding the script context while parsing.
파일 보기 프로젝트 열기: mono-soc-2011/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
defaultParamLines List
filename string
groupName string
isProgramShadowCaster bool
isProgramShadowReceiver bool
lineNo int
material Axiom.Graphics.Material
pass Axiom.Graphics.Pass
passLev int
program Axiom.Graphics.GpuProgram
programDef MaterialScriptProgramDefinition
programParams Axiom.Graphics.GpuProgramParameters
section MaterialScriptSection
stateLev int
techLev int
technique Axiom.Graphics.Technique
textureAliases string>.Dictionary
textureUnit Axiom.Graphics.TextureUnitState

프로퍼티 상세

defaultParamLines 공개적으로 프로퍼티

public List defaultParamLines
리턴 List

filename 공개적으로 프로퍼티

public string filename
리턴 string

groupName 공개적으로 프로퍼티

public string groupName
리턴 string

isProgramShadowCaster 공개적으로 프로퍼티

public bool isProgramShadowCaster
리턴 bool

isProgramShadowReceiver 공개적으로 프로퍼티

public bool isProgramShadowReceiver
리턴 bool

lineNo 공개적으로 프로퍼티

public int lineNo
리턴 int

material 공개적으로 프로퍼티

public Material,Axiom.Graphics material
리턴 Axiom.Graphics.Material

pass 공개적으로 프로퍼티

public Pass,Axiom.Graphics pass
리턴 Axiom.Graphics.Pass

passLev 공개적으로 프로퍼티

public int passLev
리턴 int

program 공개적으로 프로퍼티

public GpuProgram,Axiom.Graphics program
리턴 Axiom.Graphics.GpuProgram

programDef 공개적으로 프로퍼티

public MaterialScriptProgramDefinition,Axiom.Serialization programDef
리턴 MaterialScriptProgramDefinition

programParams 공개적으로 프로퍼티

public GpuProgramParameters,Axiom.Graphics programParams
리턴 Axiom.Graphics.GpuProgramParameters

section 공개적으로 프로퍼티

public MaterialScriptSection section
리턴 MaterialScriptSection

stateLev 공개적으로 프로퍼티

public int stateLev
리턴 int

techLev 공개적으로 프로퍼티

public int techLev
리턴 int

technique 공개적으로 프로퍼티

public Technique,Axiom.Graphics technique
리턴 Axiom.Graphics.Technique

textureAliases 공개적으로 프로퍼티

public Dictionary textureAliases
리턴 string>.Dictionary

textureUnit 공개적으로 프로퍼티

public TextureUnitState,Axiom.Graphics textureUnit
리턴 Axiom.Graphics.TextureUnitState