用户:
可乐加冰q60p查看:2 回复:2 评论:2 创建时间:2023-01-05T11:30:47
switch (result.index) {
case 0:
break;
case 1:
const lookTarget = new Box3Vector3(63,8,63);
const lookEye = new Box3Vector3(63, 150, 63);
const lookUp = new Box3Vector3(1, 0, 0)
entity.player.dialog({
type: Box3DialogType.TEXT,
content: `俯视`,
lookEye: lookEye,
lookTarget: lookTarget,
lookUp: lookUp
})
break;
default: }
switch (result.index) {
case 0:
const lookTarget = new Box3Vector3(63,8,63);
const lookEye = new Box3Vector3(63, 150, 63);
const lookUp = new Box3Vector3(1, 0, 0)
entity.player.dialog({
type: Box3DialogType.TEXT,
content: `俯视`,
lookEye: lookEye,
lookTarget: lookTarget,
lookUp: lookUp
})
break;点赞0
评论