Blender V4.3
RigidBodyOb_Shared Struct Reference

#include <DNA_rigidbody_types.h>

Public Attributes

void * physics_object
 
void * physics_shape
 

Detailed Description

Definition at line 93 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 96 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 98 of file DNA_rigidbody_types.h.

Referenced by BKE_rigidbody_free_object().


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