GameObject | AnchorPrefab[Get] |
void | 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. |
GameObject Meta.XR.BuildingBlocks.FollowAndCreateAnchorAtHandPositionBuildingBlock.AnchorPrefab |
---|
No description available.
|
void Meta.XR.BuildingBlocks.FollowAndCreateAnchorAtHandPositionBuildingBlock.CreateSpatialAnchor ( Vector3 position, Quaternion rotation ) |
---|
Create an anchor. Parameters position Position for the new anchor. rotationOrientation 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 |