Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanTanDev/runity
/ Time
Class
Time
unity/Runity/Time.cs:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
using System.Runtime.InteropServices;
3
namespace Runity {
4
[StructLayout(LayoutKind.Sequential)]
5
public struct Time {
6
public float delta_time;
7
}
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected