Version: 2022.3
言語: 日本語
public bool hasModifiableContacts ;

説明

Specify whether this Collider's contacts are modifiable or not.

All pairs with Colliders that have this flag set will be available to scripts via Physics.ContactModifyEvent.

Note that pairs are only notified to scripts as long as the corresponding bodies are awake. Once they fall asleep, there will no longer be any notification for such pairs.