⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

struct IdHash

This represents an identifier for some item, calculated by hashing some or all of that item’s data! StereoKit frequently uses id hashes to represent UI elements. See UI.StackHash for creating a UI identifier.

Instance Methods

   
Equals An equality test.
GetHashCode Same as ulong.GetHashCode

Static Fields and Properties

   
IdHash None An empty IdHash that represents the unassigned state.

Operators

   
op_Equality An equality test.
Implicit Conversions For back compatibility, allows conversion from an IdHash into a ulong, which may still be used in some parts of the older API.
op_Inequality An inequality test.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!