Interface IFeedbackReceiver
Implementors can receive Feedback Requests
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public interface IFeedbackReceiver
Methods
| Name | Description |
|---|---|
| AddFeedbackRequest(FeedbackRequest) | Add a feedback request to be presented by this receiver |
| ClearFeedbackRequests(IUsesRequestFeedback) | Clear feedback requests that were added by this caller. The FeedbackModule can also call this with a null argument, signaling the intent to clear all requests from all callers. |
| RemoveFeedbackRequest(FeedbackRequest) | Remove a feedback request and stop presenting it |