Class ARPointCloudManager
A manager for ARTrackedXRDepthSubsystem
to recognize and track depth data in the physical environment.
Inheritance
Inherited Members
Namespace: UnityEngine .XR.ARFoundation
Assembly: solution.dll
Syntax
[DefaultExecutionOrder(-2147483647)]
[RequireComponent(typeof(ARSessionOrigin))]
[DisallowMultipleComponent]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.2/api/UnityEngine.XR.ARFoundation.ARPointCloudManager.html")]
public class ARPointCloudManager : ARTrackableManager<XRDepthSubsystem, XRDepthSubsystemDescriptor, XRDepthSubsystem.Provider, XRPointCloud, ARPointCloud>
Properties
Name | Description |
---|---|
game |
The name to be used for the |
point |
Getter or setter for the Point Cloud Prefab. |
Methods
Name | Description |
---|---|
Get |
The Prefab that will be instantiated for each ARPoint |
On |
Invoked after each point cloud is updated with new data. |
On |
Invoked when this |
On |
Invoked when this |
On |
Invokes the point |
Raycast(Ray, Trackable |
Implementation for the |
Events
Name | Description |
---|---|
point |
Invoked once per frame with information about the ARTracked |