DelayTime Class Reference

A wait action, that ends after a user specified duration. More...

Inheritance diagram for DelayTime:
ActionWithDuration ActionBase

List of all members.

Public Member Functions

 DelayTime ()
 DelayTime constructor.
 DelayTime (float duration)
 DelayTime constructor.
override void Run ()
 Kick this action.
override void Update (float dt)
 The update function.

Detailed Description

A wait action, that ends after a user specified duration.


Constructor & Destructor Documentation

DelayTime ( float  duration)

DelayTime constructor.

Parameters:
durationThe time to wait, in seconds.