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

Search Results for

    Class VfxTextureMultDefinitionData

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

    Properties

    | Improve this Doc View Source

    BirthUvoffsetMult

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

    BirthUvRotateRateMult

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

    BirthUvScrollRateMult

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

    EmitterUvScrollRateMult

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

    FlexBirthUvScrollRateMult

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

    IsRandomStartFrameMult

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

    ParticleIntegratedUvRotateMult

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

    ParticleIntegratedUvScrollMult

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

    TexAddressModeMult

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

    TexDivMult

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

    TextureMult

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

    TextureMultFilpU

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

    TextureMultFilpV

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

    UvRotationMult

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

    UvScaleMult

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

    UvScrollAlphaMult

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

    UvScrollClampMult

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

    UvTransformCenterMult

    Declaration
    public Vector2 UvTransformCenterMult { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector2

    Implements

    IMetaClass