Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Experimental: this API is experimental and might be changed or removed in the future.

DrawRendererSettings

struct in UnityEngine.Experimental.Rendering

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

Settings for RenderLoop.DrawRenderers.

DrawRendererSettings describes which subset of visible objects to render (inputFilter), how to sort them (sorting) and which shader pass to use (shaderPassName).

See Also: RenderLoop.DrawRenderers, CullResults.Cull.

Variables

cullResultsCulling results to use.
flagsOther flags controlling object rendering.
inputFilterWhich subset of visible objects to render.
rendererConfigurationWhat kind of per-object data to setup during rendering.
shaderPassNameWhich shader pass to use.
sortingHow to sort objects during rendering.

Constructors

DrawRendererSettingsCreate a draw settings struct.