Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IEffectFog.cs
Go to the documentation of this file.
1
namespace
Microsoft.Xna.Framework.Graphics
;
2
3
public
interface
IEffectFog
4
{
5
bool
FogEnabled
{
get
;
set
; }
6
7
float
FogStart
{
get
;
set
; }
8
9
float
FogEnd
{
get
;
set
; }
10
11
Vector3
FogColor
{
get
;
set
; }
12
}
Microsoft.Xna.Framework.Graphics.IEffectFog.FogEnabled
bool FogEnabled
Definition
IEffectFog.cs:5
Microsoft.Xna.Framework.Graphics.IEffectFog.FogStart
float FogStart
Definition
IEffectFog.cs:7
Microsoft.Xna.Framework.Graphics.IEffectFog.FogColor
Vector3 FogColor
Definition
IEffectFog.cs:11
Microsoft.Xna.Framework.Graphics.IEffectFog.FogEnd
float FogEnd
Definition
IEffectFog.cs:9
Microsoft.Xna.Framework.Graphics.IEffectFog
Definition
IEffectFog.cs:4
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
Microsoft.Xna.Framework.Vector3
Definition
Vector3.cs:12
source
Microsoft.Xna.Framework.Graphics
IEffectFog.cs
Generated by
1.10.0