()
| 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); |