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.