public void StartTips() { enabled = true; ATips tip = _target ? _target : ATips.fallback; tip.ShowTips(_content); }
void Update() { ATips tip = _target ? _target : ATips.fallback; tip.ShowTips(_content); }