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

Method anchor_set_id

StereoKit/Native/NativeAPI.cs:593–593  ·  view source on GitHub ↗
(IntPtr anchor, [In] byte[] asset_id_utf8)

Source from the content-addressed store, hash-verified

591 [DllImport(dll, CallingConvention = call )] public static extern IntPtr anchor_find ([In] byte[] asset_id_utf8);
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);

Callers 1

AnchorClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected