Class ElementalSelectionViewController
Inheritance
System.Object
ElementalSelectionViewController
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 ElementalSelectionViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AnimScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CloseButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DelayedCharacterPortrait { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<Color> ElementColors { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> ElementIconsFullButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> ElementIconsSmall { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> ElementMeters { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> ElementTransformButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FadingScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FinalFormLeftFx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FinalFormRightFx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> FirstElementSelectedAnimations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> FirstElementSelectedDelayedAnimations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float FirstSelectionAnimationDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash GlowingRing { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float GlowingRingCycleTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash InnerRing { 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 MeterFilledButtonFadeInDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> MeterFullAnimations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PortraitScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> SecondElementSelectedAnimations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> SecondElementSelectedDelayedAnimations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float SecondSelectionAnimationDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ThickOuterRing { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TransformScene { get; set; }
Property Value
Implements