Class TftTrovesCelebrationChestSegmentData
Inheritance
System.Object
TftTrovesCelebrationChestSegmentData
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 TftTrovesCelebrationChestSegmentData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ChestAssetMultiVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ChestAssetSingleVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ChestBackgroundAssetVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float ChestBackgroundTimingOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ChestTimingOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MultiPullPrimaryTierHintStagger { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, MetaHash> MultiPullPrimaryTierHintVfx { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.UInt32, MetaHash> |
|
|
Improve this Doc
View Source
Declaration
public byte MultiPullSecondaryHintCount { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float MultiPullSecondaryTierHintStagger { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, MetaHash> MultiPullSecondaryTierHintVfx { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.UInt32, MetaHash> |
|
|
Improve this Doc
View Source
Declaration
public float MultiPullTierHintOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MultiSequence { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float SinglePullTierHintOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, MetaHash> SinglePullTierHintVfx { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.UInt32, MetaHash> |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink SingleSequence { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float TotalDuration { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements