onfocussedaoichanged - eisclimber/ExPresS-XR GitHub Wiki
Field in AreaOfInterestRay
Emitted when the focussed AOI changes. Returns following values (in order): oldAOI, newAOI, focusDuration, newStartTime
public UnityEvent<string, string, float, float> OnFocussedAoiChanged;| Name | Description |
|---|---|
| dropdown | The Dropdown to be populated. |
| enumType | The Type of the Enum the Dropdown should be populated with. |