RayTracingMode
Indicates how a Renderer is updated.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
public enum RayTracingMode
Fields
Value | Description |
|---|---|
| DynamicGeometry | Renderers with this mode have animated geometry and update their Mesh and Transform. |
| DynamicTransform | Renderers with this mode update their Transform, but not their Mesh. |
| Off | Renderers with this mode are not ray traced. |
| Static | Renderers with this mode never update. |