MCPcopy 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

UpdateMethod · 0.45

Tested by

no test coverage detected