Interface IFeedbackReceiver | Unity Reflect | 1.0.0-preview.11
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IFeedbackReceiver

    Implementors can receive Feedback Requests

    Namespace: UnityEditor.Experimental.EditorVR
    Syntax
    public interface IFeedbackReceiver

    Methods

    AddFeedbackRequest(FeedbackRequest)

    Add a feedback request to be presented by this receiver

    Declaration
    void AddFeedbackRequest(FeedbackRequest request)
    Parameters
    Type Name Description
    FeedbackRequest request

    Information about the request, usually cast to a custom type defined by the 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.

    Declaration
    void ClearFeedbackRequests(IUsesRequestFeedback caller)
    Parameters
    Type Name Description
    IUsesRequestFeedback caller

    The IUsesRequestFeedback whose requests will be cleared

    RemoveFeedbackRequest(FeedbackRequest)

    Remove a feedback request and stop presenting it

    Declaration
    void RemoveFeedbackRequest(FeedbackRequest request)
    Parameters
    Type Name Description
    FeedbackRequest request

    The request object used in AddFeedbackRequest

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023