pda
jvm
core
/
net.artux.engine.pathfinding
/
TiledNode
Tiled
Node
abstract
class
TiledNode
<
N
:
TiledNode
<
N
>
?
>
Inheritors
FlatTiledNode
Members
Constructors
Tiled
Node
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
type
:
TileType
,
connections
:
Array
<
Connection
<
N
>
>
)
Properties
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
abstract
fun
getIndex
(
)
:
Int