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

Search Results for

    Class LerpVec4LogicDriver

    Inheritance
    System.Object
    ILogicDriver
    LerpVec4LogicDriver
    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 LerpVec4LogicDriver : ILogicDriver, IMetaClass

    Properties

    | Improve this Doc View Source

    BoolDriver

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

    OffValue

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

    OnValue

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

    TurnOffTimeSec

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

    TurnOnTimeSec

    Declaration
    public float TurnOnTimeSec { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass