Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FogColor

Vector3 Microsoft.Xna.Framework.Graphics.AlphaTestEffect.FogColor
getset

Implements Microsoft.Xna.Framework.Graphics.IEffectFog.

Definition at line 154 of file AlphaTestEffect.cs.

155 {
156 get
157 {
159 }
160 set
161 {
162 fogColorParam.SetValue(value);
163 }
164 }