GoogleARCore. CrossPlatform. CloudAnchorResult
The result of a cloud service operation that returns a cloud anchor.
Summary
Public attributes |
|
---|---|
Anchor
|
The anchor return from the operation.
|
Response
|
The response from the cloud service.
|
Public attributes
Anchor
XPAnchor GoogleARCore::CrossPlatform::CloudAnchorResult::Anchor
The anchor return from the operation.
This will be a valid cloud anchor if Response
is CloudServiceResponse.Success
and null otherwise.
Response
CloudServiceResponse GoogleARCore::CrossPlatform::CloudAnchorResult::Response
The response from the cloud service.