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

Method anchor_clear_stored

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

Source from the content-addressed store, hash-verified

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();
609 [DllImport(dll, CallingConvention = call )] public static extern int anchor_get_count ();
610 [DllImport(dll, CallingConvention = call )] public static extern IntPtr anchor_get_index (int index);

Callers 1

ClearStoredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected