| 608 | [DllImport(dll, CallingConvention = call )] public static extern AnchorCaps anchor_get_capabilities(); |
| 609 | [DllImport(dll, CallingConvention = call )] public static extern int anchor_get_count (); |
| 610 | [DllImport(dll, CallingConvention = call )] public static extern IntPtr anchor_get_index (int index); |
| 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); |