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

Tint the color of an image (UI Graphic or SpriteRenderer) More...

Inheritance diagram for ActionDirector.ActionTint:
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
 
Color color = Color.white
 
bool affectChildrens = false
 
- Public Attributes inherited from ActionDirector.ActionDuration
float duration = 0.0f
 
Ease ease = new Ease()
 

Detailed Description

Tint the color of an image (UI Graphic or SpriteRenderer)

This action will tint the color of the image for the time of the action. If the affectChildrens is checked, all children images will be affected

Member Data Documentation

bool ActionDirector.ActionTint.affectChildrens = false

Should action affect all children of the Transform Object ?

Color ActionDirector.ActionTint.color = Color.white

The tint color

Transform ActionDirector.ActionTint.transformObject

The image to affect


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