Interface IObservable<T>
Namespace: UnityEngine.Experimental.Input.Net35Compatibility
Syntax
public interface IObservable<out T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Subscribe(IObserver<T>)
Declaration
IDisposable Subscribe(IObserver<T> observer)
Parameters
Type | Name | Description |
---|---|---|
IObserver<T> | observer |
Returns
Type | Description |
---|---|
IDisposable |