Describes the number lights by default.
Public Enum DefaultLightingType OneLight TwoLights End Enum
public enum DefaultLightingType { OneLight, TwoLights }