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

#include <BKE_collision.h>

Public Attributes

struct ColliderCachenext
 
struct ColliderCacheprev
 
struct Objectob
 
struct CollisionModifierDatacollmd
 

Detailed Description

Definition at line 148 of file BKE_collision.h.

Member Data Documentation

◆ collmd

struct CollisionModifierData* ColliderCache::collmd

◆ next

struct ColliderCache* ColliderCache::next

◆ ob

struct Object* ColliderCache::ob

Definition at line 150 of file BKE_collision.h.

Referenced by boid_find_ground(), collision_detect(), and rule_avoid_collision().

◆ prev

struct ColliderCache * ColliderCache::prev

Definition at line 149 of file BKE_collision.h.


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