C# Class DarkEmu_GameServer.Global.SectorObject

Mostra file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
entityCount int
entitys List
heightmap float[]

Public Methods

Method Description
GetHeightAt ( float x, float y ) : float

Method Details

GetHeightAt() public method

public GetHeightAt ( float x, float y ) : float
x float
y float
return float

Property Details

entityCount public_oe property

public int entityCount
return int

entitys public_oe property

public List entitys
return List

heightmap public_oe property

public float[] heightmap
return float[]