| 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); |