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.
CloserenderQueueRange | Render objects whose material render queue in inside this range. |
layerMask | Only render objects in the given layer mask. |
renderingLayerMask | The rendering layer mask to use when filtering available renderers for drawing. |
excludeMotionVectorObjects | Objects that have a motion pass enabled, or have it disabled but have moved since the last frame are excluded when this is set to true. The default value is false. |
Create a draw settings struct.
See Also: ScriptableRenderContext.DrawRenderers.