Photon Server API Documentation
v5.0RC1
Public Member Functions | |
| BeforeAfterExecutor (IExecutor executor=null) | |
| BeforeAfterExecutor (Action beforeExecute, Action afterExecute, IExecutor executor=null) | |
| void | Execute (List< IFiberAction > toExecute) |
| Executes all actions. More... | |
| void | Execute (IFiberAction toExecute) |
Properties | |
| Action | BeforeExecute [get, set] |
| Action | AfterExecute [get, set] |
|
inline |
|
inline |
|
inline |
Implements ExitGames.Concurrency.Core.IExecutor.
|
inline |
Executes all actions.
| toExecute |
summary> Executes a single action. /summary> param name="toExecute">
Implements ExitGames.Concurrency.Core.IExecutor.
|
getset |
|
getset |