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

Search Results for

    Class MusicAudioDataProperties

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

    Properties

    | Improve this Doc View Source

    AmbientEvent

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

    DefeatBannerSound

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

    DefeatMusicId

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

    GameQuitEvent

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

    GameStartEvent

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

    LegacyThemeMusicId

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

    LegacyThemeMusicTransitionId

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

    ReverbPreset

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

    ThemeMusicId

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

    ThemeMusicTransitionId

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

    VictoryBannerSound

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

    VictoryMusicId

    Declaration
    public string VictoryMusicId { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass