Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
HPASharp
Position
C# Class HPASharp.Position
Show file
Open project: Rydra/HierarchicalPathfinder
Class Usage Examples
Public Properties
Property
Type
Description
X
int
Y
int
Public Methods
Method
Description
Position
(
int
x
,
int
y
)
ToString
( ) :
string
Method Details
Position()
public
method
public
Position
(
int
x
,
int
y
)
x
int
y
int
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
X
public property
public
int
X
return
int
Y
public property
public
int
Y
return
int