Delegate StateChangedHandler<State>
A delegate that represents a state change
Namespace: Unity.Connect.Share.Editor
Syntax
public delegate void StateChangedHandler<State>(State action);
Parameters
Type | Name | Description |
---|---|---|
State | action |
Type Parameters
Name | Description |
---|---|
State |