C# Class idTech4.Renderer.DecalInfo

显示文件 Open project: iainmckay/idtech4.net

Public Properties

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

Property Details

End public_oe 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_oe property

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

Start public_oe property

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

StayTime public_oe property

msec for no change.
public int StayTime
return int