C# 클래스 RTSEngine.Graphics.HeightmapModel

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS

공개 프로퍼티들

프로퍼티 타입 설명
FogOfWar float[]
FogOfWarTexture Microsoft.Xna.Framework.Graphics.Texture2D
IBPrimary IndexBuffer
PrimaryTexture Microsoft.Xna.Framework.Graphics.Texture2D
SecondaryTexture Microsoft.Xna.Framework.Graphics.Texture2D
VBPrimary VertexBuffer

공개 메소드들

메소드 설명
ApplyFOW ( ) : void
HeightmapModel ( RTSRenderer renderer, int fw, int fh ) : System
SetFOW ( int x, int y, float f ) : void

메소드 상세

ApplyFOW() 공개 메소드

public ApplyFOW ( ) : void
리턴 void

HeightmapModel() 공개 메소드

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

SetFOW() 공개 메소드

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

프로퍼티 상세

FogOfWar 공개적으로 프로퍼티

public float[] FogOfWar
리턴 float[]

FogOfWarTexture 공개적으로 프로퍼티

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

IBPrimary 공개적으로 프로퍼티

public IndexBuffer IBPrimary
리턴 IndexBuffer

PrimaryTexture 공개적으로 프로퍼티

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

SecondaryTexture 공개적으로 프로퍼티

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

VBPrimary 공개적으로 프로퍼티

public VertexBuffer VBPrimary
리턴 VertexBuffer