用户:
兴奋的熔岩龙LEzh查看:2 回复:4 评论:2 创建时间:2022-06-26T13:35:44
请大家以代码的形式打在评论区。
白云上的刺客world.onPlayerJoin(({entity})=>{ entity.player.onPress(async({button})=>{ if(button==Box3ButtonType.ACTION1){ constlookTarget=newBox3Vector3(140,10,116); constlookEye=newBox3Vector3(140,330,116);(0,0,1)constlookUp=newBox3Vector3(1,0,0) entity.player.dialog({ type:Box3DialogType.TEXT, content:`俯视`, lookEye:lookEye, lookTarget:lookTarget, lookUp:lookUp}) } }) })//装载官方(懒得写了),怎么获取观看你自己调:https://docs.box3.codemao.cn(只是API,自己去找)
点赞0
评论