Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
SoftBodyContactListener.h File Reference

Go to the source code of this file.

Classes

class  SoftBodyContactSettings
 
class  SoftBodyContactListener
 

Enumerations

enum class  SoftBodyValidateResult { AcceptContact , RejectContact }
 Return value for the OnSoftBodyContactValidate callback. Determines if the contact will be processed or not. More...
 

Enumeration Type Documentation

◆ SoftBodyValidateResult

enum class SoftBodyValidateResult
strong

Return value for the OnSoftBodyContactValidate callback. Determines if the contact will be processed or not.

Enumerator
AcceptContact 

Accept this contact.

RejectContact 

Reject this contact.