Loading [MathJax]/extensions/MathZoom.js
Jolt Physics
A multi core friendly Game Physics Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CharacterContactSettings Class Reference

This class contains settings that allow you to override the behavior of a character's collision response. More...

#include <CharacterVirtual.h>

Public Attributes

bool mCanPushCharacter = true
 True when the object can push the virtual character.
 
bool mCanReceiveImpulses = true
 True when the virtual character can apply impulses (push) the body.
 

Detailed Description

This class contains settings that allow you to override the behavior of a character's collision response.

Member Data Documentation

◆ mCanPushCharacter

bool CharacterContactSettings::mCanPushCharacter = true

True when the object can push the virtual character.

◆ mCanReceiveImpulses

bool CharacterContactSettings::mCanReceiveImpulses = true

True when the virtual character can apply impulses (push) the body.


The documentation for this class was generated from the following file: