C# Class RTSEngine.Graphics.HeightmapModel

Afficher le fichier Open project: RegrowthStudios/VoxelRTS

Méthodes publiques

Свойство Type Description
FogOfWar float[]
FogOfWarTexture Microsoft.Xna.Framework.Graphics.Texture2D
IBPrimary IndexBuffer
PrimaryTexture Microsoft.Xna.Framework.Graphics.Texture2D
SecondaryTexture Microsoft.Xna.Framework.Graphics.Texture2D
VBPrimary VertexBuffer

Méthodes publiques

Méthode Description
ApplyFOW ( ) : void
HeightmapModel ( RTSRenderer renderer, int fw, int fh ) : System
SetFOW ( int x, int y, float f ) : void

Method Details

ApplyFOW() public méthode

public ApplyFOW ( ) : void
Résultat void

HeightmapModel() public méthode

public HeightmapModel ( RTSRenderer renderer, int fw, int fh ) : System
renderer RTSRenderer
fw int
fh int
Résultat System

SetFOW() public méthode

public SetFOW ( int x, int y, float f ) : void
x int
y int
f float
Résultat void

Property Details

FogOfWar public_oe property

public float[] FogOfWar
Résultat float[]

FogOfWarTexture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics FogOfWarTexture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

IBPrimary public_oe property

public IndexBuffer IBPrimary
Résultat IndexBuffer

PrimaryTexture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics PrimaryTexture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

SecondaryTexture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics SecondaryTexture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

VBPrimary public_oe property

public VertexBuffer VBPrimary
Résultat VertexBuffer