ARReferenceObject.ApplyTransform(NMatrix4) 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 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