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

Method anchor_create

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

Source from the content-addressed store, hash-verified

590
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);

Callers 1

FromPoseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected