猫史档案馆


怎么在代码岛3.0里获取焦点位置的方块?

用户:霸道的疾风雀3KNp霸道的疾风雀3KNp查看:7 回复:2 评论:7 创建时间:2021-03-16T20:58:39


如题,希望有人来解答

emotion_雷电猴_围观


回复

上一页1 页 / 共 1下一页
崔景顺编程课专用账号崔景顺编程课专用账号

world.onPlayerJoin(({ entity }) => {
    entity.player.enable3DCursor = true
})

点赞0


评论


迷失冷光迷失冷光

world.onPlayerJoin(({entity})=>entity.onPress(({raycast})=>{
    raycast.voxelIndex;//就是这个呀
}))

点赞0


评论