Version: 2023.2
public ref readonly ContactPair GetContactPair (int index);

参数

index The ContactPair index.

返回

ContactPair A reference or a copy of the ContactPair struct at index.

描述

Gets the ContactPair at index of this pair header.

Can be used with the ref readonly keyword to avoid copying the whole struct.