Enum MRHitTestResultTypes
Enumerates the types of results used to filter MR hit tests
Namespace: Unity.MARS.Data
Syntax
[Flags]
[MovedFrom("Unity.MARS")]
public enum MRHitTestResultTypes
Fields
| Name | Description | Value |
|---|---|---|
| FeaturePoint | 3D feature points like tracking anchors and point cloud points |
1 |
| HorizontalPlane | Horizontal planes |
2 |
| VerticalPlane | Vertical planes |
4 |
| Plane | All plane types |
6 |
| Any | Any type of result |
7 |