CallFunc Class Reference

A one shot action that calls a user function. More...

Inheritance diagram for CallFunc:
ActionBase

List of all members.

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.

Detailed Description

A one shot action that calls a user function.