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

Method anchor_get_id

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

Source from the content-addressed store, hash-verified

592 [DllImport(dll, CallingConvention = call )] public static extern IntPtr anchor_create (Pose pose);
593 [DllImport(dll, CallingConvention = call )] public static extern void anchor_set_id (IntPtr anchor, [In] byte[] asset_id_utf8);
594 [DllImport(dll, CallingConvention = call )] public static extern IntPtr anchor_get_id (IntPtr anchor);
595 [DllImport(dll, CallingConvention = call )] public static extern void anchor_addref (IntPtr anchor);
596 [DllImport(dll, CallingConvention = call )] public static extern void anchor_release (IntPtr anchor);
597 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

AnchorClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected