Class PracticeToolViewController
Inheritance
System.Object
PracticeToolViewController
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 PracticeToolViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<PracticeToolButtonDefinition> ButtonDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaHash> CheatIconMap { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CheatSet { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float GroupDividerGapSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte GroupDividerIndex { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float MaximumScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash MenuScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MenuTitleScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MenuToggleScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float MinimumScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
PageDown
Declaration
public MetaHash PageDown { get; set; }
Property Value
|
Improve this Doc
View Source
PageUp
Declaration
public MetaHash PageUp { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SlotHeightRef { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleMenuButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float TooltipDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements