Blender V5.0
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 78 of file DNA_boid_types.h.

Member Data Documentation

◆ cfra

float BoidRuleFollowLeader::cfra

Definition at line 82 of file DNA_boid_types.h.

Referenced by boids_precalc_rules().

◆ distance

float BoidRuleFollowLeader::distance

Definition at line 82 of file DNA_boid_types.h.

Referenced by boid_new_rule(), and rule_follow_leader().

◆ loc

float BoidRuleFollowLeader::loc[3]

Definition at line 81 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 81 of file DNA_boid_types.h.

Referenced by boids_precalc_rules(), and rule_follow_leader().

◆ options

int BoidRuleFollowLeader::options

Definition at line 83 of file DNA_boid_types.h.

Referenced by rule_follow_leader().

◆ queue_size

int BoidRuleFollowLeader::queue_size

Definition at line 83 of file DNA_boid_types.h.

Referenced by rule_follow_leader().

◆ rule

BoidRule BoidRuleFollowLeader::rule

Definition at line 79 of file DNA_boid_types.h.


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