Interface IProvidesRequestFeedback
Provide the ability to request feedback
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesRequestFeedback : IFunctionalityProvider
Methods
Name | Description |
---|---|
AddFeedbackRequest(FeedbackRequest) | Add a feedback request to the system |
ClearFeedbackRequests(IUsesRequestFeedback) | Clear all feedback requests submitted by this caller from the system |
GetFeedbackRequestObject<TRequest>(IUsesRequestFeedback) | Get a pooled FeedbackRequest object from the system |
RemoveFeedbackRequest(FeedbackRequest) | Remove a feedback request from the system |