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