Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator !(bool2)

Returns the result of a componentwise not operation on a bool2 vector.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Operator
  • Namespace: Unity.Mathematics
  • Assembly: UnityEngine.MathematicsModule
public static bool2 operator !(bool2 val)

Parameters

Value to use when computing the componentwise not.

Returns

Type

Description

bool2bool2 result of the componentwise not.