|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
Move a Transform object to a transform object. More...
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() |
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.
| 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