Unit Reference NegativeValueNode - RealityStop/Bolt.Addons.Community GitHub Wiki
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
typeis Float). -
Int : The integer value to negate (only active if
typeis Int). -
Vector2 : The Vector2 value to negate (only active if
typeis Vector2). -
Vector3 : The Vector3 value to negate (only active if
typeis Vector3).
Output Ports
- output : The negated value of the selected input type.