Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanTanDev/runity
/ Update
Method
Update
unity/Runity/Runity.cs:24–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
public void Update() {
25
// before scripts run, send them latest collision events
26
m_world.DownloadEntityCollisionEvents();
27
m_api.Update();
28
}
29
}
30
31
public class Api {
Callers
nothing calls this directly
Calls
2
DownloadEntityCollisionEvents
Method · 0.80
Update
Method · 0.45
Tested by
no test coverage detected