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

Scale a tranform object to a vector. More...

Inheritance diagram for ActionDirector.ActionScaleTo:
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

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

Detailed Description

Scale a tranform object to a vector.

This action will scale a transform to a vector for the time of the action.

Member Data Documentation

Transform ActionDirector.ActionScaleTo.transformObject

The transform object to scale

Vector3 ActionDirector.ActionScaleTo.vectorMovement

The vector to use to scale the Transfrom object


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