League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class TftTrovesCelebrationChestSegmentData

    Inheritance
    System.Object
    TftTrovesCelebrationChestSegmentData
    Implements
    IMetaClass
    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()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class TftTrovesCelebrationChestSegmentData : IMetaClass

    Properties

    | Improve this Doc View Source

    ChestAssetMultiVfx

    Declaration
    public MetaHash ChestAssetMultiVfx { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    ChestAssetSingleVfx

    Declaration
    public MetaHash ChestAssetSingleVfx { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    ChestBackgroundAssetVfx

    Declaration
    public MetaHash ChestBackgroundAssetVfx { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    ChestBackgroundTimingOffset

    Declaration
    public float ChestBackgroundTimingOffset { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ChestTimingOffset

    Declaration
    public float ChestTimingOffset { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MultiPullPrimaryTierHintStagger

    Declaration
    public float MultiPullPrimaryTierHintStagger { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MultiPullPrimaryTierHintVfx

    Declaration
    public Dictionary<uint, MetaHash> MultiPullPrimaryTierHintVfx { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, MetaHash>
    | Improve this Doc View Source

    MultiPullSecondaryHintCount

    Declaration
    public byte MultiPullSecondaryHintCount { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    MultiPullSecondaryTierHintStagger

    Declaration
    public float MultiPullSecondaryTierHintStagger { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MultiPullSecondaryTierHintVfx

    Declaration
    public Dictionary<uint, MetaHash> MultiPullSecondaryTierHintVfx { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, MetaHash>
    | Improve this Doc View Source

    MultiPullTierHintOffset

    Declaration
    public float MultiPullTierHintOffset { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MultiSequence

    Declaration
    public MetaObjectLink MultiSequence { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    SinglePullTierHintOffset

    Declaration
    public float SinglePullTierHintOffset { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    SinglePullTierHintVfx

    Declaration
    public Dictionary<uint, MetaHash> SinglePullTierHintVfx { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, MetaHash>
    | Improve this Doc View Source

    SingleSequence

    Declaration
    public MetaObjectLink SingleSequence { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    TotalDuration

    Declaration
    public float TotalDuration { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass