Method GetAnchorContainer
GetAnchorContainer(ulong, out List<YVRSpatialAnchorUUID>)
Retrieves the container information associated with an anchor.
Declaration
public bool GetAnchorContainer(ulong anchorHandle, out List<YVRSpatialAnchorUUID> containerUuids)
Parameters
Type | Name | Description |
---|---|---|
ulong | anchorHandle | The unique identifier of the anchor. |
List<YVRSpatialAnchorUUID> | containerUuids | List of UUIDs representing the container of the anchor. |
Returns
Type | Description |
---|---|
bool | Returns true if the operation is successful, otherwise false. |