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

Search Results for

    Class SkinAudioProperties

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

    Properties

    | Improve this Doc View Source

    BankUnits

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

    PlaysVo

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

    TagEventList

    Declaration
    public MetaContainer<string> TagEventList { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>

    Implements

    IMetaClass