Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) UnityEngine.UI.Text.SetTextColor示例
编程语言:
C# (CSharp)
类/类型:
UnityEngine.UI.Text
方法/功能:
SetTextColor
hotexamples.com的示例:
1
C# (CSharp) UnityEngine.UI.Text.SetTextColor - 已找到1个示例
。这些是从开源项目中提取的最受好评的
UnityEngine.UI.Text.SetTextColor
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetComponent(8)
GetGenerationSettings(6)
CalculateLayoutInputHorizontal(3)
SetVerticesDirty(3)
SetAllDirty(3)
CalculateLayoutInputVertical(3)
set_text(3)
FontTextureChanged(3)
DOFade(2)
IsActive(2)
DOColor(2)
OnRebuildRequested(2)
DOText(2)
DOBlendableColor(2)
get_preferredHeight(2)
CrossFadeColor(1)
set_horizontalOverflow(1)
get_preferredWidth(1)
Rebuild(1)
SetTextColor(1)
SetFont(1)
RTQ(1)
GetComponentInParent(1)
IsDestroyed(1)
常用方法
GetComponent (8)
GetGenerationSettings (6)
CalculateLayoutInputHorizontal (3)
SetVerticesDirty (3)
SetAllDirty (3)
CalculateLayoutInputVertical (3)
set_text (3)
FontTextureChanged (3)
DOFade (2)
IsActive (2)
常用方法
DOColor (2)
OnRebuildRequested (2)
DOText (2)
DOBlendableColor (2)
get_preferredHeight (2)
CrossFadeColor (1)
set_horizontalOverflow (1)
get_preferredWidth (1)
Rebuild (1)
SetTextColor (1)
SetFont (1)
RTQ (1)
GetComponentInParent (1)
IsDestroyed (1)
常用方法
SetFont (1)
RTQ (1)
GetComponentInParent (1)
IsDestroyed (1)
示例#1
0
显示文件
文件:
TextTracker.cs
项目:
ZZona-Dummies/Xamarin.Forms.Unity
public void UpdateTextColor(Color color) { _componentText?.SetTextColor(color, _defaultTextColor); }
x