API reference
API reference
Select your platform
No SDKs available
No versions available

FollowAndCreateAnchorAtHandPositionBuildingBlock Class

Meta::XR::BuildingBlocks::FollowAndCreateAnchorAtHandPositionBuildingBlock extends MonoBehaviour.

Overview

Properties

GameObject

Public Member Functions

void
CreateSpatialAnchor
( Vector3 position,
Quaternion rotation )
Create an anchor.
void
Create an anchor at the AnchorPrefab's position.
void
LoadAndInstantiateAnchors
( List< Guid > uuids )
Loads and instantiates anchors from a list of uuids.
void
Loads anchors from local storage.

Details

Properties

GameObject Meta.XR.BuildingBlocks.FollowAndCreateAnchorAtHandPositionBuildingBlock.AnchorPrefab
No description available.

Member Functions

void Meta.XR.BuildingBlocks.FollowAndCreateAnchorAtHandPositionBuildingBlock.CreateSpatialAnchor
( Vector3 position,
Quaternion rotation )
Create an anchor.
Parameters
position
Position for the new anchor.
rotation
Orientation of the new anchor
void Meta.XR.BuildingBlocks.FollowAndCreateAnchorAtHandPositionBuildingBlock.CreateSpatialAnchor ( )
Create an anchor at the AnchorPrefab's position.
virtual void Meta.XR.BuildingBlocks.FollowAndCreateAnchorAtHandPositionBuildingBlock.LoadAndInstantiateAnchors
( List< Guid > uuids )
Loads and instantiates anchors from a list of uuids.
If
virtual void Meta.XR.BuildingBlocks.FollowAndCreateAnchorAtHandPositionBuildingBlock.LoadAnchorsFromDefaultLocalStorage ( )
Loads anchors from local storage.
SpatialAnchorLocalStorageManagerBuildingBlock component is required to load anchors from default local storage
If
Did you find this page helpful?
Thumbs up icon
Thumbs down icon