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
Navigation.Vertex
C# Class Navigation.Vertex, CodeSpells
显示文件
Open project: srfoster/CodeSpells
Public Properties
Property
Type
Description
adj
List
distTo
double
hasTraversed
bool
myvector
Vector3
prev
Vertex,
Public Methods
Method
Description
Vertex
(
Vector3
v
) :
System
addAdjVert
(
Vertex,
v
) :
void
isSameLocation
(
Vector3
v
) :
bool
Method Details
Vertex()
public
method
public
Vertex
(
Vector3
v
) :
System
v
Vector3
return
System
addAdjVert()
public
method
public
addAdjVert
(
Vertex,
v
) :
void
v
Vertex,
return
void
isSameLocation()
public
method
public
isSameLocation
(
Vector3
v
) :
bool
v
Vector3
return
bool
Property Details
adj
public_oe property
public
List
adj
return
List
distTo
public_oe property
public
double
distTo
return
double
hasTraversed
public_oe property
public
bool
hasTraversed
return
bool
myvector
public_oe property
public
Vector3
myvector
return
Vector3
prev
public_oe property
public
Vertex,
prev
return
Vertex,