Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetHashCode()

Returns the underlying int as a hash code for this PropertyName. Use GetHashCode to use PropertyName as keys in hash tables.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public override int GetHashCode()

Returns

Type

Description

intThe underlying int as the hash code for this PropertyName.