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

Method time_step_unscaled

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

Source from the content-addressed store, hash-verified

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();
59 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern double time_step_unscaled();
60 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float time_stepf();
61 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern double time_step();
62 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void time_scale(double scale);

Callers 1

TimeClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected