Boat Attack使用了Universal RP的许多新图形功能,可以用于探索 Universal RP 的使用方式和技巧。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

1.4 KiB

Port

Description

A Port defines an input or output on a Node. Connecting Edges to a Port allows data to flow through the Shader Graph node network.

Each Port has a Data Type which defines what Edges can be connected to it. Each Data Type has an associated color for identifying its type.

Only one Edge can be connected to any input Port but multiple Edges can be connected to an output Port.

You can open a contextual Create Node Menu by dragging an Edge from a Port with left mouse button and releasing it in an empty area of the workspace.

Default Inputs

Each Input Port, a Port on the left side of a Node implying that it is for inputting data into the Node, has a Default Input. This appears as a small field connected to the Port when there is no Edge connected. This field will display an input for the ports Data Type unless the Port has a Port Binding. If a Port does have a Port Binding the default input field may display a special field, such as a dropdown for selecting UV channels, or just a label to help you undestand the intended input, such as coordindate space labels for geometry data.