pda
jvm
core
/
net.artux.engine.pathfinding
/
FlatTiledNode
Flat
Tiled
Node
open
class
FlatTiledNode
:
TiledNode
<
N
>
Members
Constructors
Flat
Tiled
Node
Link copied to clipboard
constructor
(
graph
:
FlatTiledGraph
,
x
:
Int
,
y
:
Int
,
realX
:
Int
,
realY
:
Int
,
type
:
TileType
,
connectionCapacity
:
Int
)
Properties
position
Link copied to clipboard
val
position
:
Vector2
real
X
Link copied to clipboard
open
var
realX
:
Int
real
Y
Link copied to clipboard
open
var
realY
:
Int
type
Link copied to clipboard
val
type
:
TileType
x
Link copied to clipboard
val
x
:
Int
The x coordinate of this tile
y
Link copied to clipboard
val
y
:
Int
The y coordinate of this tile
Functions
get
Connections
Link copied to clipboard
open
fun
getConnections
(
)
:
Array
<
Connection
<
N
>
>
get
Index
Link copied to clipboard
open
fun
getIndex
(
)
:
Int
get
Real
Position
Link copied to clipboard
open
fun
getRealPosition
(
)
:
Vector2