Photon Server API Documentation
v5.0RC1
Extended executor should support pausing More...
Public Member Functions | |
| void | Pause () |
| void | Resume (IFiberAction executeFirstAction=null) |
Public Member Functions inherited from ExitGames.Concurrency.Core.IExecutor | |
| void | Execute (List< IFiberAction > toExecute) |
| Executes all actions. More... | |
| void | Execute (IFiberAction toExecute) |
Properties | |
| bool | IsPaused [get] |
Extended executor should support pausing
| void ExitGames.Concurrency.Fibers.IExtendedExecutor.Pause | ( | ) |
| void ExitGames.Concurrency.Fibers.IExtendedExecutor.Resume | ( | IFiberAction | executeFirstAction = null | ) |
|
get |