Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

VariableNodeMode.Get

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Determines the node's ports from the variable's kind. This is the default mode.@@@@`

This mode is valid for all variable kinds. The port topology depends on the variable's kind:

For variables of kind VariableKind.Local or VariableKind.Input, the node exposes an output port that provides the variable's value to connected nodes.

For variables of kind VariableKind.Output, the node exposes an input port. Connect a value to this port to specify what the subgraph returns to the parent graph for this variable.