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

Search Results for

    Class RemapFloatMaterialDriver

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

    Properties

    | Improve this Doc View Source

    Driver

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

    MaxValue

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

    MinValue

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

    OutputMaxValue

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

    OutputMinValue

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

    Implements

    IMetaClass