ドキュメント

サポート

Unity Studio

Open Unity Studio

Unity Studio

LessThan node

Checks if one number is less than another.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

Use the LessThan node to check if one number is smaller than another.

Sockets

Socket

Type

Description

Input 1
Float
,
Int
The number to test.
Input 2Same type as Input 1The number to compare against.
Output
Bool
(output)
True if Input 1 is less than Input 2; otherwise false.