|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
Scale a tranform object to the same scale of another 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 |
Public Attributes inherited from ActionDirector.ActionDuration | |
| float | duration = 0.0f |
| Ease | ease = new Ease() |
Scale a tranform object to the same scale of another transform object.
This action will scale a transform object to the same scale of another transform object for the time of the action.
| Transform ActionDirector.ActionScaleToObject.transformObject |
The transform object to scale
| Transform ActionDirector.ActionScaleToObject.transformToReach |
The transform object to reach the scale