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

Move a Transform object to a transform object. More...

Inheritance diagram for ActionDirector.ActionMoveToObject:
ActionDirector.ActionDuration

Public Member Functions

override void Run ()
 
override void StaticStep (float delta)
 
- Public Member Functions inherited from ActionDirector.ActionDuration
override void Step (float delta)
 
override void Run ()
 

Public Attributes

Transform transformObject
 
Transform transformToReach
 
Transform transformBezierObject
 
- Public Attributes inherited from ActionDirector.ActionDuration
float duration = 0.0f
 
Ease ease = new Ease()
 

Detailed Description

Move a Transform object to a transform object.

This action will move a transform object to another for the time of the action. The bezier object affect the path to create curves in the direction movement.

Member Data Documentation

Transform ActionDirector.ActionMoveToObject.transformBezierObject

Choose a transform object that will influence the path of the object. (This is optional)

Transform ActionDirector.ActionMoveToObject.transformObject

The transform object to move

Transform ActionDirector.ActionMoveToObject.transformToReach

The transform object to reach


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