Photon Server API Documentation
v5.0RC1
Public Member Functions | |
| DelegateAction () | |
| void | Execute () |
| Call to execute action More... | |
| void | Return () |
| Chance to return action to pool More... | |
Static Public Member Functions | |
| static IFiberAction | Create (Action action) |
Protected Member Functions | |
| void | SetAction (Action action) |
|
inline |
|
inlinestatic |
|
inline |
Call to execute action
Implements ExitGames.Concurrency.Fibers.IFiberAction.
|
inline |
Chance to return action to pool
Implements ExitGames.Concurrency.Fibers.IFiberAction.
|
inlineprotected |