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

Search Results for

    Class VfxMeshDefinitionData

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

    AnimationVariants

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

    LockMeshToAttachment

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

    MeshName

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

    MeshSkeletonName

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

    SimpleMeshName

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

    SubmeshesToDraw

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

    SubmeshesToDrawAlways

    Declaration
    public MetaContainer<MetaHash> SubmeshesToDrawAlways { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>

    Implements

    IMetaClass