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

Method world_get_bounds_pose

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

Source from the content-addressed store, hash-verified

618 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool world_has_bounds ();
619 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 world_get_bounds_size ();
620 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pose world_get_bounds_pose ();
621 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pose world_from_spatial_graph ([MarshalAs(UnmanagedType.LPArray, SizeConst = 16)] byte[] spatial_graph_node_id, [MarshalAs(UnmanagedType.Bool)] bool dynamic, long time);
622 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pose world_from_perception_anchor (IntPtr perception_spatial_anchor);
623 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

WorldClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected