C# Class CSPspEmu.Core.Gpu.State.SubStates.FogStateStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Color ColorfStruct
Density float
Dist float
Enabled bool
End float
Hint int
Mode int

Property Details

Color public property

public ColorfStruct Color
return ColorfStruct

Density public property

Default Value: 0.1
public float Density
return float

Dist public property

public float Dist
return float

Enabled public property

FOG Enable (GL_FOG)
public bool Enabled
return bool

End public property

public float End
return float

Hint public property

public int Hint
return int

Mode public property

public int Mode
return int