Enum VehicleReflectionProbe.ProbeType
Type of reflection probe to use.
Namespace: NWH.Common.Vehicles
Assembly: NWH.Common.dll
Syntax
public enum VehicleReflectionProbe.ProbeType
Fields
| Name | Description |
|---|---|
| Baked | Pre-rendered cubemap, low cost but static. |
| Realtime | Updates every frame, high cost but accurate. |