Table of Contents

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

id b3ContactId

The identifier to store.

values Span<uint>

Receives the packed representation. Must hold at least three elements.

Exceptions

ArgumentException

values is shorter than three elements.