Expand description
Anchor related structs and functions.
With examples which are also unit tests.
Structs§
- Anchor
- An Anchor in StereoKit is a completely virtual pose that is pinned to a real-world location. They are creatable via code, generally can persist across sessions, may provide additional stability beyond the system’s 6dof tracking, and are not physical objects!
- Anchor
Caps - This is a bit flag that describes what an anchoring system is capable of doing. https://stereokit.net/Pages/StereoKit/AnchorCaps.html
- Anchor
Iter - Iterator for getting the list of anchors or new_anchors.
see also
Anchor::new_anchors
Anchor::anchors
- _AnchorT
- StereoKit internal type.
Functions§
- anchor_
addref ⚠ - anchor_
clear_ ⚠stored - anchor_
create ⚠ - anchor_
find ⚠ - anchor_
get_ ⚠capabilities - anchor_
get_ ⚠changed - anchor_
get_ ⚠count - anchor_
get_ ⚠id - anchor_
get_ ⚠index - anchor_
get_ ⚠name - anchor_
get_ ⚠new_ count - anchor_
get_ ⚠new_ index - anchor_
get_ ⚠perception_ anchor - anchor_
get_ ⚠persistent - anchor_
get_ ⚠pose - anchor_
get_ ⚠tracked - anchor_
release ⚠ - anchor_
set_ ⚠id - anchor_
try_ ⚠set_ persistent
Type Aliases§
- AnchorT
- StereoKit ffi type.