| 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); |
| 604 | [DllImport(dll, CallingConvention = call )] public static extern IntPtr anchor_get_name (IntPtr anchor); |