$no draw: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(added language bar. is a stub.)
Line 1: Line 1:
{{DISPLAYTITLE:$no_draw}}
{{lang|$no draw}}
'''<code>no_draw</code>''' is a setting that causes the material to not be drawn or rendered at all. Usually used to quickly hide parts of a model.
{{stub}}
{{Shaderparam|$no_draw}} It is a setting that causes the material to not be drawn or rendered at all. Usually used to quickly hide parts of a model.


== Example ==
  $no_draw <[[bool]]>
  $no_draw <[[bool]]>
[[Category:List of Shader Parameters|N]]

Revision as of 14:17, 10 May 2022

English (en)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

Template:Shaderparam It is a setting that causes the material to not be drawn or rendered at all. Usually used to quickly hide parts of a model.

Example

$no_draw <bool>