Method GetSpatialAnchorComponentStatus
GetSpatialAnchorComponentStatus(ulong, YVRSpatialAnchorComponentType, out YVRSpatialAnchorComponentStatus)
Retrieves the status of a specific component for a spatial anchor identified by the given handle.
Declaration
public void GetSpatialAnchorComponentStatus(ulong anchorHandle, YVRSpatialAnchorComponentType componentType, out YVRSpatialAnchorComponentStatus status)
Parameters
Type | Name | Description |
---|---|---|
ulong | anchorHandle | The handle of the spatial anchor |
YVRSpatialAnchorComponentType | componentType | The type of the spatial anchor component |
YVRSpatialAnchorComponentStatus | status | The status of the component for the spatial anchor |