Method b3StoreContactId
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3StoreContactId(b3ContactId, Span<uint>)
Stores a contact identifier in three 32-bit integers.
public static void b3StoreContactId(b3ContactId id, Span<uint> values)Parameters
idb3ContactId-
The identifier to store.
valuesSpan<uint>-
Receives the packed representation. Must hold at least three elements.
Exceptions
- ArgumentException
-
valuesis shorter than three elements.