프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FogOfWar | float[] | ||
FogOfWarTexture | Microsoft.Xna.Framework.Graphics.Texture2D |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | void |
public Draw ( GraphicsDevice g, Matrix mView, Matrix mProj ) : void | ||
g | GraphicsDevice | |
mView | Matrix | |
mProj | Matrix | |
리턴 | void |
public VoxMap ( |
||
renderer | ||
fw | int | |
fh | int | |
리턴 | System |