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

Search Results for

    Class StealthFadeColorEffect

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

    Properties

    | Improve this Doc View Source

    ColorB

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

    ColorG

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

    ColorR

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

    FadeTime

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

    MaxWeight

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

    OwnerOnly

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

    Team

    Declaration
    public byte Team { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass