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

Method anchor_get_perception_anchor

StereoKit/Native/NativeAPI.cs:613–613  ·  view source on GitHub ↗
(IntPtr anchor, out IntPtr perception_spatial_anchor)

Source from the content-addressed store, hash-verified

611 [DllImport(dll, CallingConvention = call )] public static extern int anchor_get_new_count();
612 [DllImport(dll, CallingConvention = call )] public static extern IntPtr anchor_get_new_index(int index);
613 [DllImport(dll, CallingConvention = call )] public static extern bool anchor_get_perception_anchor(IntPtr anchor, out IntPtr perception_spatial_anchor);
614
615 ///////////////////////////////////////////
616

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected