Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
OpenVIII
Fields
Coords3D
C# Class OpenVIII.Fields.Coords3D
Mostra file
Open project: Sebanisu/OpenVIII
Class Usage Examples
Public Properties
Property
Type
Description
X
int
Y
int
Z
int
Public Methods
Method
Description
Coords3D
(
int
x
,
int
y
,
int
z
) :
System
ToString
( ) :
string
Method Details
Coords3D()
public
method
public
Coords3D
(
int
x
,
int
y
,
int
z
) :
System
x
int
y
int
z
int
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
X
public_oe property
public
int
X
return
int
Y
public_oe property
public
int
Y
return
int
Z
public_oe property
public
int
Z
return
int