Class HudReplaySliderIconData
Inheritance
System.Object
HudReplaySliderIconData
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 HudReplaySliderIconData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float ElementAlphaDefault { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ElementAlphaSelected { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ElementAlphaUnselected { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ElementSpacer { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ElementT0 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ElementT1 { get; set; }
Property Value
|
Improve this Doc
View Source
ElementTextT0
Declaration
public MetaHash ElementTextT0 { get; set; }
Property Value
|
Improve this Doc
View Source
ElementTextT1
Declaration
public MetaHash ElementTextT1 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> TooltipIconNames { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte TooltipStyle { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Type { get; set; }
Property Value
Implements