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

Search Results for

    Class MapPointLightType

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

    Properties

    | Improve this Doc View Source

    CastStaticShadows

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

    HdrScale

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

    Impact

    Declaration
    public byte Impact { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    LightColor

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

    Radius

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

    Implements

    IMetaClass