Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
DarkEmu_GameServer
Global
SectorObject
C# Class DarkEmu_GameServer.Global.SectorObject
Exibir arquivo
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[]