Method b3LoadContactId
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3LoadContactId(ReadOnlySpan<uint>)
Restores a contact identifier from three 32-bit integers.
public static b3ContactId b3LoadContactId(ReadOnlySpan<uint> values)Parameters
valuesReadOnlySpan<uint>-
The packed representation. Must hold at least three elements.
Returns
- b3ContactId
-
The restored identifier.
Exceptions
- ArgumentException
-
valuesis shorter than three elements.