MCPcopy Create free account
hub / github.com/TanTanDev/runity / Update

Method Update

unity/Runity/Runity.cs:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public void Update() {
38 Time time;
39 time.delta_time = UnityEngine.Time.deltaTime;
40 api_update(time);
41 }
42
43 [DllImport("runity")] public static extern void api_init(Level a_unityLoggerLevel, Level a_writerLoggLevel);
44 [DllImport("runity")] public static extern void api_update(Time a_time);

Callers 1

UpdateMethod · 0.45

Calls 1

api_updateFunction · 0.85

Tested by

no test coverage detected