ドキュメント

サポート

Unity Studio

Open Unity Studio

Unity Studio

Return node

Exit from a function and optionally return a value.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

Use the Return node to stop the current logic block and send back a value. After Return runs, the rest of the connected steps in this block don't execute. Use it inside custom functions or logic sections that you want to exit early.

Sockets

Socket

Type

Description

ValueAnyThe value to return to the caller. If not connected, nothing is returned.