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

Search Results for

    Class VfxEmitterFiltering

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

    Properties

    | Improve this Doc View Source

    CensorPolicy

    Declaration
    public byte CensorPolicy { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    KeywordsExcluded

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

    KeywordsIncluded

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

    KeywordsRequired

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

    SpectatorPolicy

    Declaration
    public byte SpectatorPolicy { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass