|
Blender V5.0
|
#include <DNA_rigidbody_types.h>
Public Attributes | |
| struct PointCache * | pointcache |
| struct ListBase | ptcaches |
| struct RigidBodyWorld_Runtime * | runtime |
Container for data shared by original and evaluated copies of RigidBodyWorld.
Definition at line 24 of file DNA_rigidbody_types.h.
| struct PointCache* RigidBodyWorld_Shared::pointcache |
Definition at line 26 of file DNA_rigidbody_types.h.
Referenced by BKE_ptcache_id_from_rigidbody(), BKE_rigidbody_free_world(), blo_do_versions_280(), scene_blend_read_data(), and scene_blend_write().
| struct ListBase RigidBodyWorld_Shared::ptcaches |
Definition at line 27 of file DNA_rigidbody_types.h.
Referenced by BKE_ptcache_id_from_rigidbody(), BKE_rigidbody_free_world(), blo_do_versions_280(), scene_blend_read_data(), and scene_blend_write().
| struct RigidBodyWorld_Runtime* RigidBodyWorld_Shared::runtime |
Definition at line 30 of file DNA_rigidbody_types.h.
Referenced by BKE_rigidbody_free_object(), BKE_rigidbody_free_world(), BKE_rigidbody_world_init_runtime(), and BKE_rigidbody_world_physics().