ARFrame.RawFeaturePoints Property
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.
The ARPointCloud of the current frame..
public virtual ARKit.ARPointCloud RawFeaturePoints { [Foundation.Export("rawFeaturePoints", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.RawFeaturePoints : ARKit.ARPointCloud
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes
Remarks
This property represents the notable features detected in the frame. These features are not necessarily stable between frames.
This is the same data as is presented in ARSCNView when ShowFeaturePoints is true
.