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

Search Results for

    Class VfxSystemDefinitionData

    Inheritance
    System.Object
    IResource
    VfxSystemDefinitionData
    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 VfxSystemDefinitionData : IResource, IMetaClass

    Properties

    | Improve this Doc View Source

    AssetRemappingTable

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

    AudioParameterFlexId

    Declaration
    public int AudioParameterFlexId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    AudioParameterTimeScaledDuration

    Declaration
    public float AudioParameterTimeScaledDuration { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BuildUpTime

    Declaration
    public float BuildUpTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ClockToUse

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

    ComplexEmitterDefinitionData

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

    DrawingLayer

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

    EyeCandy

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

    Flags

    Declaration
    public ushort Flags { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    HudAnchorPositionFromWorldProjection

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

    HudLayerAspect

    Declaration
    public float HudLayerAspect { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HudLayerDimension

    Declaration
    public float HudLayerDimension { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    IsPoseAfterimage

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

    m2553728391

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

    m2703667515

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

    m4185592457

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

    MaterialOverrideDefinitions

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

    OverrideScaleCap

    Declaration
    public MetaOptional<float> OverrideScaleCap { get; set; }
    Property Value
    Type Description
    MetaOptional<System.Single>
    | Improve this Doc View Source

    ParticleName

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

    ParticlePath

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

    ScaleDynamicallyWithAttachedBone

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

    SelfIllumination

    Declaration
    public float SelfIllumination { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    SimpleEmitterDefinitionData

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

    SoundOnCreateDefault

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

    SoundPersistentDefault

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

    Transform

    Declaration
    public Matrix4x4 Transform { get; set; }
    Property Value
    Type Description
    System.Numerics.Matrix4x4
    | Improve this Doc View Source

    VisibilityRadius

    Declaration
    public float VisibilityRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    VoiceOverOnCreateDefault

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

    VoiceOverPersistentDefault

    Declaration
    public string VoiceOverPersistentDefault { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass