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

Method anchor_get_tracked

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

Source from the content-addressed store, hash-verified

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);
605 [DllImport(dll, CallingConvention = call )] public static extern BtnState anchor_get_tracked (IntPtr anchor);
606
607 [DllImport(dll, CallingConvention = call )] public static extern void anchor_clear_stored ();
608 [DllImport(dll, CallingConvention = call )] public static extern AnchorCaps anchor_get_capabilities();

Callers 1

AnchorClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected