Property | Type | Description | |
---|---|---|---|
FogOfWar | float[] | ||
FogOfWarTexture | Microsoft.Xna.Framework.Graphics.Texture2D |
Method | Description | |
---|---|---|
ApplyFOW ( ) : void | ||
Build ( GraphicsDeviceManager gdm, Microsoft.Xna.Framework.Content.ContentManager cm, |
||
Dispose ( ) : void | ||
Draw ( GraphicsDevice g, Matrix mView, Matrix mProj ) : void | ||
SetFOW ( int x, int y, float f ) : void | ||
Update ( ) : void | ||
VoxMap ( |
public Build ( GraphicsDeviceManager gdm, Microsoft.Xna.Framework.Content.ContentManager cm, |
||
gdm | GraphicsDeviceManager | |
cm | Microsoft.Xna.Framework.Content.ContentManager | |
vc | ||
return | void |
public Draw ( GraphicsDevice g, Matrix mView, Matrix mProj ) : void | ||
g | GraphicsDevice | |
mView | Matrix | |
mProj | Matrix | |
return | void |
public SetFOW ( int x, int y, float f ) : void | ||
x | int | |
y | int | |
f | float | |
return | void |
public VoxMap ( |
||
renderer | ||
fw | int | |
fh | int | |
return | System |