terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetAlpha()

void UnityEngine.UI.Dropdown.SetAlpha ( float alpha)
inlineprivate

Definition at line 460 of file Dropdown.cs.

461 {
462 GameObject dropdown = this.m_Dropdown;
463 if (!true)
464 {
465 }
466 bool flag = dropdown;
467 this.m_Dropdown.GetComponent<CanvasGroup>().alpha = alpha;
468 }
Component GetComponent(Type type)
Definition GameObject.cs:27

References UnityEngine.GameObject.GetComponent(), and UnityEngine.UI.Dropdown.m_Dropdown.