KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.agent
/
VoxelProjection
/
moveTo
move
To
fun
moveTo
(
agent
:
A
,
voxel
:
Voxel
)
(
source
)
Equivalent to
placeAt
; provided for symmetry with movement-style code.
fun
moveTo
(
agent
:
A
,
col
:
Int
,
row
:
Int
,
layer
:
Int
)
(
source
)