ドキュメント

サポート

Unity Studio

Open Unity Studio

Unity Studio

If node

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

Use the If node to run actions only when a condition is true. If the condition is false, nothing happens.

Sockets

Socket

Type

Description

Condition
Bool
The true/false test. If true, the connected actions run; if false, it skips.
Then
Event
(output)
Fires the attached node when Condition is true. Connect the actions to run in that case.