Class UiElementGroupSliderData
Inheritance
System.Object
UiElementGroupSliderData
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 UiElementGroupSliderData : UiElementGroupData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BarHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupSliderState> BarHoveredState { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupSliderState> DefaultState { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte Direction { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupSliderState> SliderClickedState { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink SliderHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementGroupSliderState> SliderHoveredState { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public UiElementGroupSliderSoundEvents SoundEvents { get; set; }
Property Value
Implements