API
InteractableObjectEntity
Configuration
Field
Type
Description
State Properties
bool HasInteracted // True if already interacted (one-shot tracking)
bool IsInIndicatorRange // Player is close enough to see indicator
bool IsInInteractRange // Player is close enough to interact
bool IsTargeted // Player is looking at this object
bool MeetsRequirements // All requirements are satisfied
bool CanInteract // Computed: in range, targeted, meets requirements,
// and allows interactionMethods
InteractionEventData
Field
Type
Description
IInteractable
Dependencies
Usage
Setting Up an Interactable
Custom Interactable
Checking Interaction from Code
Last updated
Was this helpful?
