ARReferenceObject.ApplyTransform(NMatrix4) Method

Definition

Creates and returns a new reference object by applying the specified transform to this reference object.

[Foundation.Export("referenceObjectByApplyingTransform:")]
public virtual ARKit.ARReferenceObject ApplyTransform (OpenTK.NMatrix4 transform);
abstract member ApplyTransform : OpenTK.NMatrix4 -> ARKit.ARReferenceObject
override this.ApplyTransform : OpenTK.NMatrix4 -> ARKit.ARReferenceObject

Parameters

transform
NMatrix4

The transform to apply to create a new object.

Returns

A new reference object created by applying the specified transform to this reference object..

Attributes

Applies to