用户:
Nomen查看:1 回复:5 评论:1 创建时间:2023-06-03T01:49:23
cameraMode.RELATIVE // 相对性的第三人称视角
Box3CameraFreezedAxis // 固定在某个轴上?
Box3InputDirection
NONE = "none", // 无
VERTICAL = "vertical", // w和s
HORIZONTAL = "horizontal", // a和d
BOTH = "both" // w a s d
entity.player.reverseInputDirection // 似乎可以选择指定的按键进行反转,传入Box3InputDirection
entity.player.disableInputDirection // 似乎可以禁用指定的按键,传入Box3InputDirection
entity.player.swapInputDirection // 传入boolean,会让d变成前进,ws左右,a后退?!
Box3HttpAPI // fetch函数被写喵,永远抛出500错误
Box3StorageAPI // 尚未出现?
__dirname
__filename
// nodejs内置的
resources // 本地资源管理
//详见 EasyController 项目
// 同时包含相关内容:
Box3AssetType
Box3AssetListEntry
Box3ResourceSystem
今天闲着就去翻了翻API,发现了一些没见过的API,能够想象,如果http能够实现,玩家能够控制本地资源,Storage,那么神岛的地图脚本将迎来新的变革,会冒出各种新技术,地图之间的通信将不是难事,你看看隔壁createra,开放了http,只不过限制了所有的域名,但是人家好歹没写喵啊?
搬砖呀搬砖……