Class MapPointLightType
Inheritance
System.Object
MapPointLightType
Implements
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 MapPointLightType : IMetaClass
Properties
| Improve this Doc View SourceCastStaticShadows
Declaration
public bool CastStaticShadows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HdrScale
Declaration
public float HdrScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Impact
Declaration
public byte Impact { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
LightColor
Declaration
public Vector4 LightColor { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector4 |
Radius
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |