Blender  V3.3
Public Attributes | List of all members
RigidBodyOb_Shared Struct Reference

#include <DNA_rigidbody_types.h>

Public Attributes

voidphysics_object
 
voidphysics_shape
 

Detailed Description

Definition at line 96 of file DNA_rigidbody_types.h.

Member Data Documentation

◆ physics_object

void* RigidBodyOb_Shared::physics_object

Physics object representation (i.e. btRigidBody).

Definition at line 99 of file DNA_rigidbody_types.h.

Referenced by BKE_rigidbody_free_object(), and ptcache_rigidbody_write().

◆ physics_shape

void* RigidBodyOb_Shared::physics_shape

Collision shape used by physics sim (i.e. btCollisionShape).

Definition at line 101 of file DNA_rigidbody_types.h.

Referenced by BKE_rigidbody_free_object().


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