密室逃脱模拟器

密室逃脱模拟器

Design your own escape rooms!
Try community-built escape rooms (more than 3000 of them), or try your hand at designing your own! Create new puzzles, riddles, or whatever comes to your mind!
了解更多
DareDroni 2022 年 12 月 24 日 下午 5:48
Accessing Skybox Rotation Field in lua
I am a simple man, since there is no documentation (at least I didnt find a proper one)
I will ask here.

So the Skybox has a Rotation Field I try to set but I simply don't understand how to access it nor change it.

my code I is looking like this


elseif callType == LuaCallType.Update then rotIndex = 1 newRotation = subwatersb.values[rotIndex] newRotation = (newRotation + 1)%360 api.levelNote(newRotation)

Would be glad if yall helped
best regards
D
< >
正在显示第 1 - 1 条,共 1 条留言
Thoroniul 8 2022 年 12 月 28 日 下午 2:28 
The docs are here.

https://docs.google.com/document/d/1kD84ZW4cKyFMprHUVitEHuHJB3oWzFcwwUNRCKyManw/edit?usp=sharing

There is also the discord where we explore and debug things.

I'm not aware of skybox functionality in the api. If you did find something it would be a unity call containing the transform of the unity logic handle.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50