ARReferenceObject.Merge(ARReferenceObject, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and returns a new reference object by merging this object with the provided object.
[Foundation.Export("referenceObjectByMergingObject:error:")]
public virtual ARKit.ARReferenceObject Merge (ARKit.ARReferenceObject object, out Foundation.NSError error);
abstract member Merge : ARKit.ARReferenceObject * -> ARKit.ARReferenceObject
override this.Merge : ARKit.ARReferenceObject * -> ARKit.ARReferenceObject
Parameters
- object
- ARReferenceObject
The object to merge.
- error
- NSError
A location to store any error that occurs.
Returns
true
if it succeeds. Otherwise, false
.
- Attributes