Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Server
Point3DList
C# Class Server.Point3DList
显示文件
Open project: Grimoric/RunUO.T2A
Class Usage Examples
Public Methods
Method
Description
Add
(
Server.Point3D
p
) :
void
Add
(
int
x
,
int
y
,
int
z
) :
void
Clear
( ) :
void
Point3DList
( )
ToArray
( ) :
Server.Point3D[]
this
(
int
index
) :
Server.Point3D
Method Details
Add()
public
method
public
Add
(
Server.Point3D
p
) :
void
p
Server.Point3D
return
void
Add()
public
method
public
Add
(
int
x
,
int
y
,
int
z
) :
void
x
int
y
int
z
int
return
void
Clear()
public
method
public
Clear
( ) :
void
return
void
Point3DList()
public
method
public
Point3DList
( )
ToArray()
public
method
public
ToArray
( ) :
Server.Point3D[]
return
Server.Point3D[]
this()
public
method
public
this
(
int
index
) :
Server.Point3D
index
int
return
Server.Point3D