Interface ValueListenable<T>
Namespace: Unity.UIWidgets.foundation
Syntax
public interface ValueListenable<T> : Listenable
Type Parameters
Name | Description |
---|---|
T |
Properties
value
Declaration
T value { get; }
Property Value
Type | Description |
---|---|
T |