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

#include <DNA_boid_types.h>

Public Attributes

float health
 
float acc [3]
 
short state_id
 
short mode
 

Detailed Description

Definition at line 100 of file DNA_boid_types.h.

Member Data Documentation

◆ acc

float BoidData::acc[3]

Definition at line 101 of file DNA_boid_types.h.

Referenced by boid_body(), and reset_particle().

◆ health

float BoidData::health

Definition at line 101 of file DNA_boid_types.h.

Referenced by boid_brain(), reset_particle(), rule_fight(), and set_boid_values().

◆ mode

short BoidData::mode

◆ state_id

short BoidData::state_id

Definition at line 102 of file DNA_boid_types.h.

Referenced by get_boid_state(), and reset_particle().


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