Module anchor

Module anchor 

Source
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!
AnchorCaps
This is a bit flag that describes what an anchoring system is capable of doing. https://stereokit.net/Pages/StereoKit/AnchorCaps.html
AnchorIter
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.