文档

支持

Unity Studio

Open Unity Studio

Unity Studio

GreaterThan node

Checks if one number is greater than another.
阅读时间1 分钟最后更新于 5 个月前

Use the GreaterThan node to check if one number is larger 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 greater than Input 2; otherwise false.