Class TextTweenAnimator
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
public class TextTweenAnimator : MonoBehaviour
- Inheritance
-
object
Object
Component
Behaviour
MonoBehaviour
TextTweenAnimator
Methods
SetTextInstant(string, bool, Color?)
public void SetTextInstant(string currentText, bool isOn, Color? color = null)
Parameters
currentText string
isOn bool
color Color?
UpdateText(string)
public void UpdateText(string currentText)
Parameters
currentText string
UpdateText(string, bool, Color?)
public void UpdateText(string currentText, bool isOn, Color? color = null)
Parameters
currentText string
isOn bool
color Color?