MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / time_total_unscaled

Method time_total_unscaled

StereoKit/Native/NativeAPI.cs:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float time_totalf_unscaled();
55 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern double time_total_unscaled();
56 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float time_totalf();
57 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern double time_total();
58 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float time_stepf_unscaled();

Callers 1

TimeClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected