Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
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.
CloseFor 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.
CloseWhat kind of per-object data to setup during rendering.
At minimum, object transformation matrices are set up per-object, but extra data (e.g. lightmaps, light probes etc.) can be set up by combining RendererConfiguration flags.
See Also: DrawRendererSettings, RenderLoop.DrawRenderers.
None | Do not setup any particular per-object data besides the transformation matrix. |
PerObjectLightProbe | Setup per-object light probe SH data. |
PerObjectReflectionProbes | Setup per-object reflection probe data. |
PerObjectLightProbeProxyVolume | Setup per-object light probe proxy volume data. |
PerObjectLightmaps | Setup per-object lightmaps. |
ProvideLightIndices | Setup per-object light indices. |
PerObjectMotionVectors | Setup per-object motion vectors. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information