Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

LessThanOrEqual node

Checks if one number is less than or equal to another.
Read time 1 minuteLast updated 2 days ago

Use the LessThanOrEqual node to check if one number is smaller than or the same as another number.

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 or equal to Input 2; otherwise false.