Bullet Collision Detection & Physics Library
Public Attributes | List of all members
btTypedConstraintData Struct Reference

do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64 More...

#include <btTypedConstraint.h>

Public Attributes

btRigidBodyDatam_rbA
 
btRigidBodyDatam_rbB
 
char * m_name
 
int m_objectType
 
int m_userConstraintType
 
int m_userConstraintId
 
int m_needsFeedback
 
float m_appliedImpulse
 
float m_dbgDrawSize
 
int m_disableCollisionsBetweenLinkedBodies
 
int m_overrideNumSolverIterations
 
float m_breakingImpulseThreshold
 
int m_isEnabled
 

Detailed Description

do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64

Definition at line 359 of file btTypedConstraint.h.

Member Data Documentation

float btTypedConstraintData::m_appliedImpulse

Definition at line 370 of file btTypedConstraint.h.

float btTypedConstraintData::m_breakingImpulseThreshold

Definition at line 376 of file btTypedConstraint.h.

float btTypedConstraintData::m_dbgDrawSize

Definition at line 371 of file btTypedConstraint.h.

int btTypedConstraintData::m_disableCollisionsBetweenLinkedBodies

Definition at line 373 of file btTypedConstraint.h.

int btTypedConstraintData::m_isEnabled

Definition at line 377 of file btTypedConstraint.h.

char* btTypedConstraintData::m_name

Definition at line 363 of file btTypedConstraint.h.

int btTypedConstraintData::m_needsFeedback

Definition at line 368 of file btTypedConstraint.h.

int btTypedConstraintData::m_objectType

Definition at line 365 of file btTypedConstraint.h.

int btTypedConstraintData::m_overrideNumSolverIterations

Definition at line 374 of file btTypedConstraint.h.

btRigidBodyData* btTypedConstraintData::m_rbA

Definition at line 361 of file btTypedConstraint.h.

btRigidBodyData* btTypedConstraintData::m_rbB

Definition at line 362 of file btTypedConstraint.h.

int btTypedConstraintData::m_userConstraintId

Definition at line 367 of file btTypedConstraint.h.

int btTypedConstraintData::m_userConstraintType

Definition at line 366 of file btTypedConstraint.h.


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