Blender
V3.3
|
#include <BKE_effect.h>
Public Attributes | |
unsigned int | category_hash |
unsigned int | hash |
int | type |
float | color [3] |
float | v1 [3] |
float | v2 [3] |
char | str [64] |
Definition at line 198 of file BKE_effect.h.
unsigned int SimDebugElement::category_hash |
Definition at line 199 of file BKE_effect.h.
Referenced by BKE_sim_debug_data_add_element(), and BKE_sim_debug_data_clear_category().
float SimDebugElement::color[3] |
Definition at line 203 of file BKE_effect.h.
Referenced by BKE_sim_debug_data_add_element().
unsigned int SimDebugElement::hash |
Definition at line 200 of file BKE_effect.h.
Referenced by BKE_sim_debug_data_add_element(), BKE_sim_debug_data_remove_element(), debug_element_compare(), and debug_element_hash().
char SimDebugElement::str[64] |
Definition at line 206 of file BKE_effect.h.
Referenced by BKE_sim_debug_data_add_element().
int SimDebugElement::type |
Definition at line 202 of file BKE_effect.h.
Referenced by BKE_sim_debug_data_add_element().
float SimDebugElement::v1[3] |
Definition at line 205 of file BKE_effect.h.
Referenced by BKE_sim_debug_data_add_element().
float SimDebugElement::v2[3] |
Definition at line 205 of file BKE_effect.h.
Referenced by BKE_sim_debug_data_add_element().