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.