ActionDirector  1.0.0
The action director's cut for rapid actions integration
ActionDirector.ActionFork Class Reference

Fork a list of action. More...

Inheritance diagram for ActionDirector.ActionFork:

Public Member Functions

override void Run ()
 
override void Step (float delta)
 
override void Stop ()
 

Public Attributes

List< Action > actions
 

Detailed Description

Fork a list of action.

This action is a container of actions. This action start all actions in it's list simultaneously(fork) on run.

Member Data Documentation

List<Action> ActionDirector.ActionFork.actions

List of all the action to run simultaneously


The documentation for this class was generated from the following file: