C# Class idTech4.Renderer.MaterialStage

Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
AlphaTestRegister int
Color ColorStage
ConditionRegister int
DrawStateBits MaterialStates
HasAlphaTest bool
IgnoreAlphaTest bool
Lighting StageLighting
NewStage NewMaterialStage
PrivatePolygonOffset float
Texture TextureStage
VertexColor StageVertexColor

Property Details

AlphaTestRegister public property

public int AlphaTestRegister
return int

Color public property

public ColorStage,idTech4.Renderer Color
return ColorStage

ConditionRegister public property

public int ConditionRegister
return int

DrawStateBits public property

public MaterialStates DrawStateBits
return MaterialStates

HasAlphaTest public property

public bool HasAlphaTest
return bool

IgnoreAlphaTest public property

public bool IgnoreAlphaTest
return bool

Lighting public property

public StageLighting Lighting
return StageLighting

NewStage public property

public NewMaterialStage,idTech4.Renderer NewStage
return NewMaterialStage

PrivatePolygonOffset public property

public float PrivatePolygonOffset
return float

Texture public property

public TextureStage,idTech4.Renderer Texture
return TextureStage

VertexColor public property

public StageVertexColor VertexColor
return StageVertexColor