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

◆ ActiveProfile

VirtualControlsProfile_Layout VirtualControlsStyles_Layout.ActiveProfile
get

Definition at line 16 of file VirtualControlsStyles_Layout.cs.

17 {
18 get
19 {
20 if (this._activeProfile == null && this.Profiles.EditedName != null)
21 {
22 string hardware = this.Profiles.Hardware;
23 VirtualControlsProfile_Layout profile = this.GetProfile(hardware);
24 this.SetActiveProfile(profile);
25 }
26 return this._activeProfile;
27 }
28 }
class f__AnonymousType0<< Count > j__TPar
VirtualControlsProfile_Layout GetProfile(string id)
void SetActiveProfile(VirtualControlsProfile_Layout profile)
VirtualControlsProfile_Layout _activeProfile
VirtualControlsProfile_Layout[] Profiles