On this pageInteractableObject.IsInteractablepublic bool IsInteractable { get; set; }CopyDescription#Is the object currently interactableUsage#Exampleinteractable.IsInteractable = true;Copy