LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

DrawRendererSettings.flags

Description

Other flags controlling object rendering.

Default flags are: instancing enabled, dynamic batching disabled. Dynamic batching is disabled by default since in general case it has issues (e.g. with multi-pass shaders).

See Also: DrawRendererFlags, ScriptableRenderContext.DrawRenderers.