ARPointCloud Class
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.
A set of 3-dimensional points, indicating image-processing's belief in a fixed real-world point on a physical surface.
[Foundation.Register("ARPointCloud", true)]
public class ARPointCloud : Foundation.NSObject, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("ARPointCloud", true)>]
type ARPointCloud = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Remarks
Developers can visualize this data in a ARSCNView by setting ShowFeaturePoints to true.
Constructors
| Name | Description |
|---|---|
| ARPointCloud(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| ARPointCloud(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| ARPointCloud(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Count | |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifiers |
Gets an array of identifiers that correspond, index by index, to each point in Points. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Points |
A set of positions in the world coordinate system. Image-processing tentatively believes that the position is a point on a real-world surface. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |