A one shot action that calls a user function. More...
Public Member Functions | |
| CallFunc (System.Action func) | |
| CallFunc constructor. | |
| override void | Update (float dt) |
| The update function. | |
Public Attributes | |
| System.Action | Func |
| The function this action calls. | |
A one shot action that calls a user function.