Interface IObserver<T> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IObserver<T>

    Namespace: UnityEngine.Experimental.Input.Net35Compatibility
    Syntax
    public interface IObserver<in T>
    Type Parameters
    Name Description
    T

    Methods

    OnCompleted()

    Declaration
    void OnCompleted()

    OnError(Exception)

    Declaration
    void OnError(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    OnNext(T)

    Declaration
    void OnNext(T value)
    Parameters
    Type Name Description
    T value
    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