重构中,提交一下
This commit is contained in:
@@ -122,9 +122,10 @@ namespace AibisDream.FixSystem
|
||||
/// 显示消息
|
||||
/// </summary>
|
||||
/// <param name="message">消息</param>
|
||||
public void ShowScreenMessage(string message)
|
||||
public void ShowScreenMessage(string message, Color textcolor)
|
||||
{
|
||||
_screenText.text = message;
|
||||
_screenText.color=textcolor;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -133,6 +134,7 @@ namespace AibisDream.FixSystem
|
||||
public void ClearScreenMessage()
|
||||
{
|
||||
_screenText.text = "";
|
||||
_screenText.color=Color.white;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user