| 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); |
| 646 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState world_get_tracked (); |
| 647 | |