Class DialogSystem
Common dialog system
Namespace: Unity.PSN.PS5.Dialogs
Syntax
public class DialogSystem
Methods
Schedule(AsyncOp)
Schedule an AsyncOp by adding it to the internal Dialog queue
Declaration
public static void Schedule(AsyncOp op)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOp | op | The operation to schedule |