Class TooltipViewController
Inheritance
System.Object
TooltipViewController
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class TooltipViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Backdrop { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ClickAbsorbingRegionElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<PerLocaleTooltipAdjustments> DefaultAdjustments { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HrBottom { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HrBottomSubScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HrTop { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HrTopSubScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IconElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IconOverlayElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string m1450274378 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash m2062489256 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash m3324954747 { get; set; }
Property Value
|
Improve this Doc
View Source
MainTextElement
Declaration
public MetaHash MainTextElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MobileOverrideLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<string, MetaEmbedded<PerLocaleTooltipAdjustments>> PerLocaleAdjustments { get; set; }
Property Value
|
Improve this Doc
View Source
PostScriptLeftElement
Declaration
public MetaHash PostScriptLeftElement { get; set; }
Property Value
|
Improve this Doc
View Source
PostScriptRightElement
Declaration
public MetaHash PostScriptRightElement { get; set; }
Property Value
|
Improve this Doc
View Source
PostScriptTitleElement
Declaration
public MetaHash PostScriptTitleElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SceneHandle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SubtitleLeftElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SubtitleRightElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink TabletOverrideLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TitleLeftElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TitleRightElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float TooltipPopupDelayTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float TooltipPopupTimeout { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements