Enum MRHitTestResultTypes
Enumerates the types of results used to filter MR hit tests
Namespace: Unity.MARS.Data
Syntax
public enum MRHitTestResultTypes : int
Fields
| Name | Description | Value |
|---|---|---|
| Any | Any type of result |
|
| FeaturePoint | 3D feature points like tracking anchors and point cloud points |
|
| HorizontalPlane | Horizontal planes |
|
| Plane | All plane types |
|
| VerticalPlane | Vertical planes |