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

ScriptableRenderContext.DrawRenderers

Cambiar al Manual
public void DrawRenderers (ref Experimental.Rendering.DrawRendererSettings settings);
public void DrawRenderers (ref Experimental.Rendering.DrawRendererSettings settings, Experimental.Rendering.RenderStateBlock stateBlock);
public void DrawRenderers (ref Experimental.Rendering.DrawRendererSettings settings, List<RenderStateMapping> stateMap);

Parámetros

settings Specifies which set of visible objects to draw, and how to draw them.
stateBlock Specifies parts of the render state to override.
stateMap Specifies parts of the render state to override for specific render types.

Descripción

Draw subset of visible objects.

If a state block is supplied, the render state will be overridden for all objects drawn during the function call. If a state map is supplied the render state will be overridden for objects where the RenderType of the sub-shader matches a value in the map. If multiple mappings match the first is used. A mapping with renderType set to null will match everything.

See Also: CullResults, DrawRendererSettings, RenderStateBlock, RenderStateMapping.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961