Property | Type | Description | |
---|---|---|---|
boid | ClassicBoid, | ||
center | Vector3 | ||
cohesionFactor | float | ||
fixYValue | bool | ||
flockHasLeader | bool | ||
maintainConstantHeight | bool | ||
number_of_boids | int | ||
repulsionFactor | float | ||
scatterFactor | float | ||
speed | float | ||
stationaryCenter | bool | ||
velocitySimilarityFactor | float |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
addScatter ( int boidIndex ) : Vector3 | ||
getCenterAttractor ( int boidIndex ) : Vector3 | ||
getRepulsion ( int boidIndex ) : Vector3 | ||
matchVelocity ( int boidIndex ) : Vector3 |