Class AsyncAction
An async operation that executes an System.Action.
Inherited Members
Namespace: Unity.PSN.PS5.Aysnc
Syntax
public class AsyncAction : AsyncOp
Constructors
AsyncAction()
Create an empty operation
Declaration
public AsyncAction()
AsyncAction(Action)
Create an operation with the action to run
Declaration
public AsyncAction(Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | action | The action to run |