Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetHashCode()

Gets a hashcode of the matrix.
Read time 1 minuteLast updated 7 days ago

Definition

public override int GetHashCode()

Returns

Type

Description

intThe hashcode of the matrix

Remarks

Used to allow Matrix3x3s to be used as keys in hash tables.