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

Search Results for

    Class VfxFieldCollectionDefinitionData

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

    Properties

    | Improve this Doc View Source

    FieldAccelerationDefinitions

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

    FieldAttractionDefinitions

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

    FieldDragDefinitions

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

    FieldNoiseDefinitions

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

    FieldOrbitalDefinitions

    Declaration
    public MetaContainer<MetaEmbedded<VfxFieldOrbitalDefinitionData>> FieldOrbitalDefinitions { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<VfxFieldOrbitalDefinitionData>>

    Implements

    IMetaClass