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

Scale a tranform object to the same scale of another transform object. More...

Inheritance diagram for ActionDirector.ActionScaleToObject:
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
 
- Public Attributes inherited from ActionDirector.ActionDuration
float duration = 0.0f
 
Ease ease = new Ease()
 

Detailed Description

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.

Member Data Documentation

Transform ActionDirector.ActionScaleToObject.transformObject

The transform object to scale

Transform ActionDirector.ActionScaleToObject.transformToReach

The transform object to reach the scale


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