Class SpellPickChoiceViewController
Inheritance
System.Object
SpellPickChoiceViewController
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 SpellPickChoiceViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ConfirmButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CountdownMeter { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Grid { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint MaxNumChoices { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<SpellChoiceTemplate> SpellChoiceTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float TimeoutWarningDuration { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float TimeoutWarningThrobDuration { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte TimeoutWarningThrobEaseType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Implements