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

Search Results for

    Class MapLightingInfo

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

    Properties

    | Improve this Doc View Source

    FogAlternateColor

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

    FogColor

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

    FogEmissiveRemap

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

    FogEnabled

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

    FogLowQualityModeEmissiveRemap

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

    FogStartAndEnd

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

    GroundColor

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

    HorizonColor

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

    LightMapColorScale

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

    m3335538940

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

    OverrideSunSpecDirection

    Declaration
    public MetaOptional<Vector3> OverrideSunSpecDirection { get; set; }
    Property Value
    Type Description
    MetaOptional<System.Numerics.Vector3>
    | Improve this Doc View Source

    PbrSunAdditionalScale

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

    ScaleSunShadowIntensity

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

    ShadowBias

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

    SkyLightColor

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

    SkyLightScale

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

    SunColor

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

    SunDirection

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

    SunIntensityScale

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

    SunRadiusForShadows

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

    Implements

    IMetaClass