|
Impact Interaction System API
|
Enumerations | |
| enum | ImpactTriggerContactMode { Single = 0 , SingleAverage = 1 , Multiple = 2 } |
| Specifies the different contact point modes for collision-based triggers. More... | |
| enum | SlideMode { Normal = 0 , None = 1 } |
| enum | RollMode { Normal = 0 , None = 1 } |
Specifies the different contact point modes for collision-based triggers.
| Enumerator | |
|---|---|
| Single | Play interactions at only a single contact point. |
| SingleAverage | Play interactions at a single point that is the average of multiple contact points. This will average both the contact position and the contact normal. |
| Multiple | Play interactions at a every contact point of a collision. |