|
Elin Decompiled Documentation EA 23.264 Nightly
|
Public Member Functions | |
| void | Play () |
| void | Stop () |
Public Attributes | |
| float | duration = 3f |
| float | cyclesPerSecond = 1f |
| float | saturation = 1f |
| float | value = 1f |
| float | alphaMultiplier = 1f |
| bool | playOnEnable = true |
| bool | restoreOriginalColor = true |
Private Member Functions | |
| void | Awake () |
| void | OnEnable () |
| void | OnDisable () |
| IEnumerator | Run () |
Private Attributes | |
| Text | _text |
| Coroutine | _routine |
| Color | _originalColor |
Definition at line 7 of file RainbowTextColor.cs.
|
inlineprivate |
Definition at line 45 of file RainbowTextColor.cs.
References _originalColor, and _text.
|
inlineprivate |
Definition at line 59 of file RainbowTextColor.cs.
References _originalColor, _text, restoreOriginalColor, and Stop().
|
inlineprivate |
Definition at line 51 of file RainbowTextColor.cs.
References Play(), and playOnEnable.
|
inline |
Definition at line 68 of file RainbowTextColor.cs.
References _originalColor, _routine, _text, and Run().
Referenced by OnEnable().
|
inlineprivate |
Definition at line 98 of file RainbowTextColor.cs.
References _originalColor, _routine, alphaMultiplier, Color, cyclesPerSecond, duration, restoreOriginalColor, saturation, and value.
Referenced by Play().
|
inline |
Definition at line 85 of file RainbowTextColor.cs.
References _originalColor, _routine, _text, and restoreOriginalColor.
Referenced by OnDisable().
|
private |
Definition at line 43 of file RainbowTextColor.cs.
Referenced by Awake(), OnDisable(), Play(), Run(), and Stop().
|
private |
Definition at line 41 of file RainbowTextColor.cs.
|
private |
Definition at line 39 of file RainbowTextColor.cs.
Referenced by Awake(), OnDisable(), Play(), and Stop().
| float RainbowTextColor.alphaMultiplier = 1f |
Definition at line 30 of file RainbowTextColor.cs.
Referenced by Run().
| float RainbowTextColor.cyclesPerSecond = 1f |
Definition at line 17 of file RainbowTextColor.cs.
Referenced by Run().
| float RainbowTextColor.duration = 3f |
Definition at line 12 of file RainbowTextColor.cs.
Referenced by Run().
| bool RainbowTextColor.playOnEnable = true |
Definition at line 34 of file RainbowTextColor.cs.
Referenced by OnEnable().
| bool RainbowTextColor.restoreOriginalColor = true |
Definition at line 37 of file RainbowTextColor.cs.
Referenced by OnDisable(), Run(), and Stop().
| float RainbowTextColor.saturation = 1f |
Definition at line 22 of file RainbowTextColor.cs.
Referenced by Run().
| float RainbowTextColor.value = 1f |
Definition at line 26 of file RainbowTextColor.cs.
Referenced by Run().