Class UiStatStonesStats
Inheritance
System.Object
UiStatStonesStats
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 UiStatStonesStats : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float AnimationDelaySecs { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ButtonNext { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ButtonPrev { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte MaxAlpha { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte MinAlpha { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaHash SeriesTitleHandle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float SlideTransitionSecs { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash StatStoneCount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> StatStoneHoverTargets { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash StatStoneIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash StatStoneTemplateScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash StatStoneTitle { get; set; }
Property Value
|
Improve this Doc
View Source
TextFadeTransitionSecs
Declaration
public float TextFadeTransitionSecs { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements