Click or drag to resize
DisplayenableLighting Field
Determines whether lights and normal maps should be processed during subsequent drawing operations.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public bool enableLighting

Field Value

Type: Boolean
Remarks
Performance may be optimized by disabling this when lighting is not needed. This property is set to disable lighting when drawing layers whose lighting is disabled.
See Also