Enum LightSource.LightType
Defines the implementation type for the light source.
Namespace: NWH.VehiclePhysics2.Effects
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum LightSource.LightType
Remarks
Light mode provides actual scene illumination but has higher performance cost. Mesh mode provides visual-only indication with better performance, suitable for indicators and markers.
Fields
| Name | Description |
|---|---|
| Light | Uses Unity Light component for actual scene illumination |
| Mesh | Uses emissive mesh material for visual-only indication |