C# Class Azmyth.Assets.TerrainTile

Inheritance: Asset
Datei anzeigen Open project: GalacticSoft/Azmyth Class Usage Examples

Public Properties

Property Type Description
m_temp double
m_tempVal double
m_value float

Public Methods

Method Description
GetNeighbor ( Directions direction ) : TerrainTile
LoadNeighbor ( Directions direction ) : TerrainTile
TerrainTile ( TerrainChunk chunk ) : System.Collections.Generic
TerrainTile ( VectorID tileID ) : System.Collections.Generic
TerrainTile ( VectorID tileID, TerrainChunk chunk ) : System.Collections.Generic
UpdateNeighbors ( ) : void
UpdateVonNeumanNeighbors ( ) : void

Private Methods

Method Description
TerrainTile ( ) : System.Collections.Generic

Method Details

GetNeighbor() public method

public GetNeighbor ( Directions direction ) : TerrainTile
direction Directions
return TerrainTile

LoadNeighbor() public method

public LoadNeighbor ( Directions direction ) : TerrainTile
direction Directions
return TerrainTile

TerrainTile() public method

public TerrainTile ( TerrainChunk chunk ) : System.Collections.Generic
chunk TerrainChunk
return System.Collections.Generic

TerrainTile() public method

public TerrainTile ( VectorID tileID ) : System.Collections.Generic
tileID VectorID
return System.Collections.Generic

TerrainTile() public method

public TerrainTile ( VectorID tileID, TerrainChunk chunk ) : System.Collections.Generic
tileID VectorID
chunk TerrainChunk
return System.Collections.Generic

UpdateNeighbors() public method

public UpdateNeighbors ( ) : void
return void

UpdateVonNeumanNeighbors() public method

public UpdateVonNeumanNeighbors ( ) : void
return void

Property Details

m_temp public_oe property

public double m_temp
return double

m_tempVal public_oe property

public double m_tempVal
return double

m_value public_oe property

public float m_value
return float