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

Search Results for

    Class VfxEmissionSurfaceData

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

    Properties

    | Improve this Doc View Source

    AnimationName

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

    m4172815479

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

    MaxJointWeights

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

    MeshName

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

    MeshScale

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

    SkeletonName

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

    Submeshes

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

    UseAvatarPose

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

    UseSurfaceNormalForBirthPhysics

    Declaration
    public bool UseSurfaceNormalForBirthPhysics { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass