Click or drag to resize
LightingMode Enumeration
Determines whether lighting is enabled or disabled.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public enum LightingMode
Members
  Member nameValueDescription
Disabled0 All lighting effects are disabled, and graphics are drawn at full intensity as originally designed in the graphics editor.
Normal1 Lighting, bump mapping (aka normal mapping) and solidity shadows are enabled.
Remarks
The reason this enumerated type exists is because there is a hope to expand on the number of lighting effects available, and use this enumeration to determine what effects should be applied to various layers.
See Also