Delegate Reducer
A function that takes the current state and an action, and returns a new state.
Namespace: Unity.AppUI.Redux
Assembly: solution.dll
Syntax
public delegate object Reducer(object state, Action action)
Parameters
Type | Name | Description |
---|---|---|
object | state | |
Action | action |
Returns
Type | Description |
---|---|
object |