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

Search Results for

    Class EsportsRotatingBannerConfiguration

    Inheritance
    System.Object
    EsportsRotatingBannerConfiguration
    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 EsportsRotatingBannerConfiguration : IMetaClass

    Properties

    | Improve this Doc View Source

    AssociatedTeams

    Declaration
    public MetaContainer<string> AssociatedTeams { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>
    | Improve this Doc View Source

    AssociatedVersions

    Declaration
    public MetaContainer<string> AssociatedVersions { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>
    | Improve this Doc View Source

    DefaultBannerTexturePath

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

    EventMutator

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

    GlobalRotationTimeInSeconds

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

    IsAnEvent

    Declaration
    public bool IsAnEvent { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LeagueRotatingFlavors

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Priority

    Declaration
    public uint Priority { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    StartupDelayInSeconds

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

    Implements

    IMetaClass