Class GearSelectionViewController
Inheritance
System.Object
GearSelectionViewController
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 GearSelectionViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> CooldownAnimations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> EnabledAnimations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> GearButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash GearMenuScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> IntroAnimations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink Loadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float SelectionButtonCooldownSecs { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleScene { get; set; }
Property Value
Implements