| 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)] |
| 598 | [DllImport(dll, CallingConvention = call )] public static extern bool anchor_try_set_persistent(IntPtr anchor, [MarshalAs(UnmanagedType.Bool)] bool persistent); |
| 599 | [return: MarshalAs(UnmanagedType.Bool)] |
| 600 | [DllImport(dll, CallingConvention = call )] public static extern bool anchor_get_persistent(IntPtr anchor); |
| 601 | [DllImport(dll, CallingConvention = call )] public static extern Pose anchor_get_pose (IntPtr anchor); |