space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.util.generator.maze
/
Direction
Direction
common
enum
Direction
:
Enum
<
Direction
>
Content copied to clipboard
Entries
Functions
Properties
Extensions
Entries
UP
Link copied to clipboard
common
UP
Content copied to clipboard
RIGHT
Link copied to clipboard
common
RIGHT
Content copied to clipboard
DOWN
Link copied to clipboard
common
DOWN
Content copied to clipboard
LEFT
Link copied to clipboard
common
LEFT
Content copied to clipboard
Functions
rotate
Right
Link copied to clipboard
common
fun
rotateRight
(
)
:
Direction
Content copied to clipboard
to
Movement
Direction
Link copied to clipboard
common
fun
toMovementDirection
(
)
:
MovementDirection
Content copied to clipboard
fun
toMovementDirection
(
direction
:
Direction
)
:
MovementDirection
Content copied to clipboard
unary
Minus
Link copied to clipboard
common
operator
fun
unaryMinus
(
)
:
Direction
Content copied to clipboard
Properties
arrow
Link copied to clipboard
common
val
arrow
:
String
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
oposite
Link copied to clipboard
common
val
oposite
:
Direction
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard
vector
Link copied to clipboard
common
val
vector
:
Position
Content copied to clipboard
Extensions
to
Char
Link copied to clipboard
common
fun
Direction
.
toChar
(
)
:
Char
Content copied to clipboard
to
Vec3I
Link copied to clipboard
common
fun
Direction
.
toVec3I
(
)
:
Vec3I
Content copied to clipboard