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

Method time_scale

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

Source from the content-addressed store, hash-verified

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);
63 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void time_set_time(double total_seconds, double frame_elapsed_seconds=0);
64 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong time_frame();
65

Callers 1

TimeClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected