C# 클래스 idTech4.Renderer.DecalInfo

파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 프로퍼티들

프로퍼티 타입 설명
End float[]
FadeTime int
Start float[]
StayTime int

프로퍼티 상세

End 공개적으로 프로퍼티

Vertex color at fade-out (possibly out of 0.0 - 1.0 range, will clamp after calc).
public float[] End
리턴 float[]

FadeTime 공개적으로 프로퍼티

msec to fade vertex colors over.
public int FadeTime
리턴 int

Start 공개적으로 프로퍼티

Vertex color at spawn (possibly out of 0.0 - 1.0 range, will clamp after calc).
public float[] Start
리턴 float[]

StayTime 공개적으로 프로퍼티

msec for no change.
public int StayTime
리턴 int