Delegate StateChangedHandler<State>
Defines the structure of a method that can be called when the state of an object changes
Namespace: Unity.Play.Publisher.Editor
Syntax
public delegate void StateChangedHandler<State>(State action);
Parameters
| Type | Name | Description |
|---|---|---|
| State | action |
Type Parameters
| Name | Description |
|---|---|
| State |