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

Search Results for

    Class StealthVfx

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

    BoneName

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

    EffectName

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

    EffectNameForOtherTeam

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

    FowTeam

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

    FowVisibilityRadius

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

    HidefromSpectator

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

    OnlySendToOwner

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

    PersistentThroughReconnect

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

    Scale

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

    SendIfOnScreenOrDiscard

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

    SpecificTeamOnly

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

    TimeoutInFow

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

    UseAttachmentForMeshOnly

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

    UseKeywordObject

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

    UseOwnerFacing

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

    UseTargetObject

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

    Implements

    IMetaClass