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

Method world_get_refresh_interval

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

Source from the content-addressed store, hash-verified

640 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float world_get_refresh_radius ();
641 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void world_set_refresh_interval (float every_seconds);
642 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float world_get_refresh_interval ();
643 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern OriginMode world_get_origin_mode ();
644 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pose world_get_origin_offset ();
645 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void world_set_origin_offset (Pose offset);

Callers 1

WorldClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected