summaryrefslogtreecommitdiff
path: root/RTPFogType.cs
blob: e6381d0f685cdbeaed4c125c5faa3c87de102f1a (plain)
1
2
3
4
5
6
7
public enum RTPFogType
{
	Exponential,
	Exp2,
	Linear,
	None
}