Google. XR. ARCoreExtensions. ARCloudReferencePoint
Deprecated version of ARCloudAnchor
.
Summary
Deprecated. Please use ARCloudAnchor instead.
Inheritance
Inherits from:Google.XR.ARCoreExtensions.ARCloudAnchor
Properties |
|
---|---|
cloudReferenceId
|
string
Gets the Cloud Reference Id associated with this cloud reference point.
|
cloudReferenceState
|
Gets the
CloudReferenceState associated with cloud reference point. |
pose
|
new Pose
Gets the
Pose associated with this cloud reference point. |
trackableId
|
new TrackableId
Gets the
TrackableId associated with this cloud reference point. |
trackingState
|
new TrackingState
Gets the
TrackingState associated with this cloud reference point. |
Public functions |
|
---|---|
Update()
|
new void
Unity Update method.
|
Properties
cloudReferenceId
string cloudReferenceId
Gets the Cloud Reference Id associated with this cloud reference point.
For newly created points the Id will be an empty string until the cloud reference point is in the CloudReferenceState.Success
state. Deprecated version of ARCloudAnchor.cloudAnchorId
.
cloudReferenceState
CloudReferenceState cloudReferenceState
Gets the CloudReferenceState
associated with cloud reference point.
Deprecated version of ARCloudAnchor.cloudAnchorState
.
trackableId
new TrackableId trackableId
Gets the TrackableId
associated with this cloud reference point.
trackingState
new TrackingState trackingState
Gets the TrackingState
associated with this cloud reference point.
Public functions
Update
new void Update()
Unity Update method.