-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference NegativeValueNode
S2NX7 edited this page Sep 30, 2025
·
2 revisions

The Negate node outputs the negative of the input value.
It supports multiple data types, including floats, integers, Vector2, and Vector3.
Properties
- type : Specifies the type of input to negate. Options include Float, Int, Vector2, and Vector3.
Input Ports
-
Float : The float value to negate (only active if
type
is Float). -
Int : The integer value to negate (only active if
type
is Int). -
Vector2 : The Vector2 value to negate (only active if
type
is Vector2). -
Vector3 : The Vector3 value to negate (only active if
type
is Vector3).
Output Ports
- output : The negated value of the selected input type.