Interactable
A component that users can interact with based on proximity. Users can either tap/click on the prompt or use the action button (F on web).

Properties
| Property | Function |
|---|---|
| Interact Text | Text to display on interaction |
| Icon | Icon to show next to the interaction dialog. |
| Radius | Radius to enable interaction |
| On Interact Event | Event that gets invoked when the user presses the interaction button or via hotkey (F on Web). |
| On Enter Event | Event that gets invoked when local avatar enters the interaction radius. |
| On Exit Event | Event that gets invoked when local avatar exits the interaction radius. |