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

Search Results for

    Class UiMissionObjectiveData

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

    Properties

    | Improve this Doc View Source

    AlertIcon

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

    AlertText

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

    BodyText

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

    ExpiryText

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

    Group

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

    ProgressComplete

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

    ProgressFill

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

    ProgressMeterBg

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

    ProgressText

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

    SeparatorIcon

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

    SeparatorText

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

    Implements

    IMetaClass