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

Search Results for

    Class AnnouncementStyleBasic

    Inheritance
    System.Object
    AnnouncementStyleBasic
    AnnouncementStyleOneIcon
    AnnouncementStyleTwoIconsFlanking
    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 AnnouncementStyleBasic : IMetaClass

    Properties

    | Improve this Doc View Source

    MinAnnouncementDuration

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

    OnHideTransitionData

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

    OnShowTransitionData

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

    TextField

    Declaration
    public MetaHash TextField { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass