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

Method world_get_origin_offset

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

Source from the content-addressed store, hash-verified

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

Callers 1

WorldClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected