Unity_1lab/1 laba/Library/PackageCache/com.unity.shadergraph@bd938c0c5e52/Documentation~/Keyword-Node.md
Vladislav 23109c3619 Небольшой фикс звуков
-Добавил отдельный звук шага и запахало как надо.
2025-09-16 17:48:42 +03:00

820 B

Keyword node

Description

You can use a Keyword node to create a static branch in your Shader Graph that references a Keyword on the Blackboard. The appearance of a Keyword node, including its available ports, changes based on the Keyword it references.

Creating new Keyword Nodes

Because each Keyword node references a specific Keyword, you must first define at least one Keyword on the Blackboard. Drag a Keyword from the Blackboard to the workspace to make a Keyword node that corresponds to that Keyword.

You can also right-click anywhere on the workspace, and use the Create Node menu to make a new Keyword node. Under Keywords, there is a list of Keywords that you defined on the Blackboard. Click on a Keyword in that list to create a corresponding Keyword node.