C# 클래스 RTSEngine.Graphics.VoxMap

상속: IDisposable
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FogOfWar float[]
FogOfWarTexture Microsoft.Xna.Framework.Graphics.Texture2D

공개 메소드들

메소드 설명
ApplyFOW ( ) : void
Build ( GraphicsDeviceManager gdm, Microsoft.Xna.Framework.Content.ContentManager cm, VoxMapConfig vc ) : void
Dispose ( ) : void
Draw ( GraphicsDevice g, Matrix mView, Matrix mProj ) : void
SetFOW ( int x, int y, float f ) : void
Update ( ) : void
VoxMap ( RTSRenderer renderer, int fw, int fh ) : System

메소드 상세

ApplyFOW() 공개 메소드

public ApplyFOW ( ) : void
리턴 void

Build() 공개 메소드

public Build ( GraphicsDeviceManager gdm, Microsoft.Xna.Framework.Content.ContentManager cm, VoxMapConfig vc ) : void
gdm GraphicsDeviceManager
cm Microsoft.Xna.Framework.Content.ContentManager
vc VoxMapConfig
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( GraphicsDevice g, Matrix mView, Matrix mProj ) : void
g GraphicsDevice
mView Matrix
mProj Matrix
리턴 void

SetFOW() 공개 메소드

public SetFOW ( int x, int y, float f ) : void
x int
y int
f float
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

VoxMap() 공개 메소드

public VoxMap ( RTSRenderer renderer, int fw, int fh ) : System
renderer RTSRenderer
fw int
fh int
리턴 System

프로퍼티 상세

FogOfWar 공개적으로 프로퍼티

public float[] FogOfWar
리턴 float[]

FogOfWarTexture 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics FogOfWarTexture
리턴 Microsoft.Xna.Framework.Graphics.Texture2D