Class PublisherMiddleware
Provides methods for performing operations according to the state of the application
Inherited Members
Namespace: Unity.Play.Publisher.Editor
Syntax
public class PublisherMiddleware
Methods
Create()
Creates a new middleware according to the state of the application
Declaration
public static Middleware<AppState> Create()
Returns
Type | Description |
---|---|
Middleware<Unity.Play.Publisher.Editor.AppState> |