Class MapBakeProperties
Inheritance
System.Object
MapBakeProperties
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 MapBakeProperties : Class0x8e8282a9, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float LightgridBounceFalloffDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float LightGridCharacterFullBrightIntensity { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public string LightGridFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public float LightgridOverallScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float LightgridScaleBounceContribution { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public uint LightGridSize { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public bool m3156509458 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float RmaStaticLightGridIntensityScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RmaStaticLightGridTexturePath
Declaration
public string RmaStaticLightGridTexturePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, byte> StationaryLightChannelAssignments { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<MetaHash, System.Byte> |
|
Implements