C# 클래스 CSPspEmu.Core.Gpu.State.SubStates.FogStateStruct

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Color ColorfStruct
Density float
Dist float
Enabled bool
End float
Hint int
Mode int

프로퍼티 상세

Color 공개적으로 프로퍼티

public ColorfStruct Color
리턴 ColorfStruct

Density 공개적으로 프로퍼티

Default Value: 0.1
public float Density
리턴 float

Dist 공개적으로 프로퍼티

public float Dist
리턴 float

Enabled 공개적으로 프로퍼티

FOG Enable (GL_FOG)
public bool Enabled
리턴 bool

End 공개적으로 프로퍼티

public float End
리턴 float

Hint 공개적으로 프로퍼티

public int Hint
리턴 int

Mode 공개적으로 프로퍼티

public int Mode
리턴 int