Highlightable object, allows the object to be highlighted and have a pulse effect.
More...
|
| void | HighlightObject (Color color) |
| | Highlights the object with the given color.
|
| |
| IEnumerator | HighlightObjectPulse (Color targetColor, float duration) |
| | Pulses the object to the given color over the given duration, then returns to the base color.
|
| |
Highlightable object, allows the object to be highlighted and have a pulse effect.
◆ HighlightObject()
| void HighlightableObject.HighlightObject |
( |
Color | color | ) |
|
|
inline |
Highlights the object with the given color.
- Parameters
-
| color | The color to highlight the object with. |
◆ HighlightObjectPulse()
| IEnumerator HighlightableObject.HighlightObjectPulse |
( |
Color | targetColor, |
|
|
float | duration ) |
|
inline |
Pulses the object to the given color over the given duration, then returns to the base color.
- Parameters
-
| targetColor | The color to pulse the object to. |
| duration | The duration of the pulse. |
The documentation for this class was generated from the following file: