C# Class idTech4.Renderer.DecalInfo

Show file Open project: iainmckay/idtech4.net

Public Properties

Property Type Description
End float[]
FadeTime int
Start float[]
StayTime int

Property Details

End public property

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

FadeTime public property

msec to fade vertex colors over.
public int FadeTime
return int

Start public property

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

StayTime public property

msec for no change.
public int StayTime
return int