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

Search Results for

    Class VfxReflectionDefinitionData

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

    Properties

    | Improve this Doc View Source

    Fresnel

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

    FresnelColor

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

    ReflectionFresnel

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

    ReflectionFresnelColor

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

    ReflectionMapTexture

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

    ReflectionOpacityDirect

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

    ReflectionOpacityGlancing

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

    Implements

    IMetaClass