Class ListenableUtils
Inheritance
System.Object
ListenableUtils
Namespace: Unity.UIWidgets.foundation
Syntax
public static class ListenableUtils
Methods
merge(List<Listenable>)
Declaration
public static Listenable merge(this List<Listenable> listenables)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Listenable> | listenables |
Returns
Type | Description |
---|---|
Listenable |