ドキュメント

サポート

Unity Studio

Open Unity Studio

Unity Studio

If else node

Trigger different actions based on whether a condition is true or false.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

Use the If else node to choose between two paths. When the condition is true, it runs the Then path. When false, the node runs the Else path.

Sockets

Socket

Type

Description

Condition
Bool
The true/false test that decides which path runs.
Then
Event
(output)
Fires when Condition is true.
Else
Event
(output)
Fires when Condition is false.