Class OptionsViewController
Inheritance
System.Object
OptionsViewController
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 OptionsViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Button1Definition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Button2Definition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CancelHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CloseButtonDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> DefaultMenuButtonTraKeys { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ExitHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash KoreaRatingsIconElement { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LastItemPadding { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> MobileMenuButtonTraKeys { 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 OkayHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte OptionsStyle { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaHash RestoreDefaultsHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SurrenderHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TabButtonDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> Tabs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ViewPaneLink { get; set; }
Property Value
Implements