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