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

#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]
 

Detailed Description

Definition at line 198 of file BKE_effect.h.

Member Data Documentation

◆ category_hash

unsigned int SimDebugElement::category_hash

◆ color

float SimDebugElement::color[3]

Definition at line 203 of file BKE_effect.h.

Referenced by BKE_sim_debug_data_add_element().

◆ hash

unsigned int SimDebugElement::hash

◆ str

char SimDebugElement::str[64]

Definition at line 206 of file BKE_effect.h.

Referenced by BKE_sim_debug_data_add_element().

◆ type

int SimDebugElement::type

Definition at line 202 of file BKE_effect.h.

Referenced by BKE_sim_debug_data_add_element().

◆ v1

float SimDebugElement::v1[3]

Definition at line 205 of file BKE_effect.h.

Referenced by BKE_sim_debug_data_add_element().

◆ v2

float SimDebugElement::v2[3]

Definition at line 205 of file BKE_effect.h.

Referenced by BKE_sim_debug_data_add_element().


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