Enum MRHitTestResultTypes
Enumerates the types of results used to filter MR hit tests
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.Interfaces.dll
Syntax
[Flags]
[MovedFrom("Unity.MARS")]
public enum MRHitTestResultTypes
Fields
| Name | Description |
|---|---|
| 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 |