areaofinterest - eisclimber/ExPresS-XR GitHub Wiki

AreaOfInterest

Class in ExPresSXR.Experimentation.EyeTracking

Inherits from UnityEngine.MonoBehaviour

Summary

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

Fields

Name Description
DEFAULT_AOI_LAYER Default collision layer to be used.

Properties

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.
⚠️ **GitHub.com Fallback** ⚠️