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.
Operators
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. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!