Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator -(uint4x3)

Returns the result of a componentwise subtraction operation on two uint4x3 matrices.
Read time 1 minuteLast updated 12 days ago

Definition

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

Parameters

Returns

Type

Description

uint4x3uint4x3 result of the componentwise subtraction.