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

Search Results for

    Class PersistentEffectConditionData

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

    Properties

    | Improve this Doc View Source

    ForceRenderVfx

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

    OwnerCondition

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

    PersistentVfxs

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

    SourceCondition

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

    SubmeshesToHide

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

    SubmeshesToShow

    Declaration
    public MetaUnorderedContainer<MetaHash> SubmeshesToShow { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>

    Implements

    IMetaClass