Show / Hide Table of Contents

Class MyLightsConstants

Inheritance
System.Object
MyLightsConstants
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public static class MyLightsConstants : Object

Fields

MAX_LIGHTS_COUNT

Declaration
public const int MAX_LIGHTS_COUNT = 4000
Field Value
Type Description
System.Int32

MAX_LIGHTS_COUNT_WHEN_DRAWING

Declaration
public const int MAX_LIGHTS_COUNT_WHEN_DRAWING = 16
Field Value
Type Description
System.Int32

MAX_LIGHTS_FOR_EFFECT

Declaration
public const int MAX_LIGHTS_FOR_EFFECT = 8
Field Value
Type Description
System.Int32

MAX_POINTLIGHT_RADIUS

Declaration
public const int MAX_POINTLIGHT_RADIUS = 120
Field Value
Type Description
System.Int32

MAX_SPOTLIGHT_ANGLE

Declaration
public static readonly float MAX_SPOTLIGHT_ANGLE
Field Value
Type Description
System.Single

MAX_SPOTLIGHT_ANGLE_COS

Declaration
public static readonly float MAX_SPOTLIGHT_ANGLE_COS
Field Value
Type Description
System.Single

MAX_SPOTLIGHT_RANGE

Declaration
public const float MAX_SPOTLIGHT_RANGE = 1200F
Field Value
Type Description
System.Single
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾