Version: 2022.3
언어: 한국어
public ref readonly ContactPairPoint GetContactPoint (int index);

파라미터

index The ContactPairPoint index.

반환

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

설명

Gets the ContactPairPoint at the provided index of this pair.

Can be used with the ref readonly keywords to avoid copying the whole struct on the stack.