Class MapSunProperties
Inheritance
System.Object
MapSunProperties
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class MapSunProperties : MapComponent, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Vector4 FogAlternateColor { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector4 |
|
|
Improve this Doc
View Source
Declaration
public Vector4 FogColor { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector4 |
|
|
Improve this Doc
View Source
Declaration
public float FogEmissiveRemap { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool FogEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float FogLowQualityModeEmissiveRemap { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Vector2 FogStartAndEnd { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public Vector4 GroundColor { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector4 |
|
|
Improve this Doc
View Source
Declaration
public Vector4 HorizonColor { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector4 |
|
|
Improve this Doc
View Source
Declaration
public float LightMapColorScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float m3335538940 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaOptional<Vector3> OverrideSunSpecDirection { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float PbrSunAdditionalScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ScaleSunShadowIntensity { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ShadowBias { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Vector4 SkyLightColor { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector4 |
|
|
Improve this Doc
View Source
Declaration
public float SkyLightScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Vector4 SunColor { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector4 |
|
|
Improve this Doc
View Source
Declaration
public Vector3 SunDirection { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Declaration
public float SunIntensityScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float SunRadiusForShadows { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float SurfaceAreaToShadowMapScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool UseBloom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements