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

Search Results for

    Class PersistentVfxData

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

    Properties

    | Improve this Doc View Source

    AttachToCamera

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

    BindFlexToOwnerPar

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

    BoneName

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

    EffectKey

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

    EffectKeyForOtherTeam

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

    FaceTarget

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

    FollowGroundTilt

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

    OrientTowardsTarget

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

    PlaySpeedModifier

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

    Scale

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

    ShowToOwnerOnly

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

    ShowToSpecificTeam

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

    SpecificTeam

    Declaration
    public uint SpecificTeam { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    TargetBoneName

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

    TargetPosIsOwner

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

    UseDifferentKeyForOtherTeam

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

    Implements

    IMetaClass