Inheritance
System.Object
RadialMenuViewController
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 abstract class RadialMenuViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float ActivateWheelDelayTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ActiveWheelButtonHoverIntroScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ActiveWheelButtonHoverOutroScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ActiveWheelScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BackgroundCooldownEffect { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool HorizontallyCenterFirstWedge { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash MinimapActiveWheelScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MinimapBackgroundCooldownEffect { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<RadialMenuButtonDefinitionBase>> MinimapRadialButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MinimapSelectionLine { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MinimapSelectionRotatingIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OverrideCenterButtonRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OverrideMinimapCenterButtonRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<RadialMenuHoverButtonDefinition>> RadialButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SelectionLine { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SelectionRotatingIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public WeightedSelectionCalculator WeightedSelectionCalculator { get; set; }
Property Value
Implements