MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / anchor_get_persistent

Method anchor_get_persistent

StereoKit/Native/NativeAPI.cs:599–600  ·  view source on GitHub ↗
(IntPtr anchor)

Source from the content-addressed store, hash-verified

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

Callers 1

AnchorClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected