Class StatStoneMilestoneCalloutViewController
Inheritance
System.Object
StatStoneMilestoneCalloutViewController
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 StatStoneMilestoneCalloutViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AllyFrame { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte ChampIconMinAlpha { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float ChampIconNativeOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatStoneMilestoneVfxDefinition> CommonEffectElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EnemyFrame { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint MaxNumberOfMilestonesToShowPerStonePerGame { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneBgEffectTinted { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneBgFrameOther { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneBgFrameSelf { get; set; }
Property Value
|
Improve this Doc
View Source
MilestoneContentScene
Declaration
public MetaHash MilestoneContentScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneCount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float MilestoneDisplayTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MilestoneDisplayTimeForLocalPlayer { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneFgEffectTinted { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneFgUncolored { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float MilestoneOtherIntroTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneOwnerIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneOwnerScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestonePersonalBestEffect { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestonePersonalBestScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float MilestoneSelfIntroTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneStoneIcon { get; set; }
Property Value
|
Improve this Doc
View Source
MilestoneTextPosition
Declaration
public MetaHash MilestoneTextPosition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte MilestoneTransitionInEasingType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte MilestoneTransitionInMaxAlpha { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte MilestoneTransitionInMinAlpha { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float MilestoneTransitionInTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte MilestoneTransitionOutEasingType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte MilestoneTransitionOutMinAlpha { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float MilestoneTransitionOutTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PersonalBestIntroTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SelfFrame { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string UiSound { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string UiSoundForLocalPlayer { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string UiSoundForPersonalBest { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string UiSoundForPersonalBestForLocalPlayer { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<StatStoneMilestoneVfxDefinition> UniqueEffectElements { get; set; }
Property Value
Implements