areaofinterest - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Experimentation.EyeTracking
Inherits from UnityEngine.MonoBehaviour
Represents an area of interest that can be a target of an AreaOfInteresRay. Has an ID for identification. Requires a 'Collider'-Component.
public class AreaOfInterest : MonoBehaviour| Name | Description |
|---|---|
| DEFAULT_AOI_LAYER | Default collision layer to be used. |
| Name | Description |
|---|---|
| AoiId | Identifier for the AOI. If empty will be set to a GUID with a AOI_ prefix. |
| AoiLayer | Collision Layer to be used for determining AOI collisions. Should be the same as the GameObjects layer. |