Version: 2022.3
言語: 日本語
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.