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

Search Results for

    Class StoreInstanceData

    Inheritance
    System.Object
    InstanceDataBase
    StoreInstanceData
    Implements
    IMetaClass
    Inherited Members
    InstanceDataBase.RegionData
    InstanceDataBase.Enabled
    InstanceDataBase.Id
    InstanceDataBase.BackgroundImage
    InstanceDataBase.StartDate
    InstanceDataBase.EndDate
    InstanceDataBase.TitleTextTra
    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 StoreInstanceData : InstanceDataBase, IMetaClass

    Properties

    | Improve this Doc View Source

    BackgroundVfx

    Declaration
    public MetaEmbedded<TextureOverride> BackgroundVfx { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TextureOverride>
    | Improve this Doc View Source

    ForegroundVfx

    Declaration
    public MetaEmbedded<TextureOverride> ForegroundVfx { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TextureOverride>
    | Improve this Doc View Source

    StoreCategory

    Declaration
    public uint StoreCategory { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass