void UnInspectInteractable(Interactable i) { if (i != null) { i.OnInspectedEnd(this, baseInteractor.interactionMode); } if (onInspectEnd != null) { onInspectEnd(this, i); } UIEvents.HideActionPrompt(associatedController); if (currentActionOptions != null) { currentActionOptions.Clear(); } }