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

Search Results for

    Class VfxChildParticleSetDefinitionData

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

    Properties

    | Improve this Doc View Source

    BoneToSpawnAt

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

    ChildEmitOnDeath

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

    ChildrenIdentifiers

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

    ChildrenProbability

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

    ParentInheritanceDefinition

    Declaration
    public VfxParentInheritanceParams ParentInheritanceDefinition { get; set; }
    Property Value
    Type Description
    VfxParentInheritanceParams

    Implements

    IMetaClass