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

#include <DNA_boid_types.h>

Public Attributes

BoidRule rule
 
struct Objectob
 
float loc [3]
 
float oloc [3]
 
float cfra
 
float distance
 
int options
 
int queue_size
 

Detailed Description

Definition at line 75 of file DNA_boid_types.h.

Member Data Documentation

◆ cfra

float BoidRuleFollowLeader::cfra

Definition at line 79 of file DNA_boid_types.h.

Referenced by boids_precalc_rules().

◆ distance

float BoidRuleFollowLeader::distance

Definition at line 79 of file DNA_boid_types.h.

Referenced by rule_follow_leader().

◆ loc

float BoidRuleFollowLeader::loc[3]

Definition at line 78 of file DNA_boid_types.h.

Referenced by boids_precalc_rules(), and rule_follow_leader().

◆ ob

struct Object* BoidRuleFollowLeader::ob

◆ oloc

float BoidRuleFollowLeader::oloc[3]

Definition at line 78 of file DNA_boid_types.h.

Referenced by boids_precalc_rules(), and rule_follow_leader().

◆ options

int BoidRuleFollowLeader::options

Definition at line 80 of file DNA_boid_types.h.

Referenced by rule_follow_leader().

◆ queue_size

int BoidRuleFollowLeader::queue_size

Definition at line 80 of file DNA_boid_types.h.

Referenced by rule_follow_leader().

◆ rule

BoidRule BoidRuleFollowLeader::rule

Definition at line 76 of file DNA_boid_types.h.


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