|
SuperDex Physics C++ API
|
Used by ContactFilter to enable or disable contact for a pair of layers. More...
#include <mochi_prefab.h>
Public Member Functions | |
| bool | operator== (LayerContactEntry const &) const =default |
Public Attributes | |
| bool | enable = true |
| Enable (true) or disable (false) contact for the specified pair of contact layer names. | |
| DynamicArray< DynamicString > | layers |
| Identifies two contact layer names. | |
Used by ContactFilter to enable or disable contact for a pair of layers.
Definition at line 55 of file mochi_prefab.h.
|
default |
| bool superdex::prefab::LayerContactEntry::enable = true |
Enable (true) or disable (false) contact for the specified pair of contact layer names.
Definition at line 56 of file mochi_prefab.h.
| DynamicArray<DynamicString> superdex::prefab::LayerContactEntry::layers |
Identifies two contact layer names.
Definition at line 57 of file mochi_prefab.h.