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

Search Results for

    Class MapAlternateAsset

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

    Properties

    | Improve this Doc View Source

    AudioBankUnits

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

    FowOverlayTextureName

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

    GrassTintTextureName

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

    NavmeshFxMaskName

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

    ParticleResourceResolver

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

    VisibilityFlagName

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

    Implements

    IMetaClass