| 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); |
| 602 | [return: MarshalAs(UnmanagedType.Bool)] |
| 603 | [DllImport(dll, CallingConvention = call )] public static extern bool anchor_get_changed (IntPtr anchor); |