Class TftHintMessageViewController
Inheritance
System.Object
TftHintMessageViewController
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 TftHintMessageViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> ArrowIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Background { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaHash> MessageAnchorElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MobileOverrideLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Text
Declaration
public MetaHash Text { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VfxScene { get; set; }
Property Value
Implements