Version: 2019.4
LanguageEnglish
  • C#

RayTracingMode

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Indicates how a Renderer is updated.

Properties

OffRenderers with this mode are not ray traced.
StaticRenderers with this mode never update.
DynamicTransformRenderers with this mode update their Transform, but not their Mesh.
DynamicGeometryRenderers with this mode have animated geometry and update their Mesh and Transform.