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

◆ FogColor

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

Implements Microsoft.Xna.Framework.Graphics.IEffectFog.

Definition at line 148 of file DualTextureEffect.cs.

149 {
150 get
151 {
153 }
154 set
155 {
156 fogColorParam.SetValue(value);
157 }
158 }