C# Class BoidFlocking, CreativeCode

Inheritance: MonoBehaviour
Afficher le fichier Open project: pixelpusher/CreativeCode Class Usage Examples

Méthodes publiques

Méthode Description
flock ( List boids, GameObject avoidList ) : void
move ( Bounds outerBounds ) : void

Move the Boid's position by updating rigidbody it's attached to

Private Methods

Méthode Description
Start ( ) : void

Method Details

flock() public méthode

public flock ( List boids, GameObject avoidList ) : void
boids List
avoidList GameObject
Résultat void

move() public méthode

Move the Boid's position by updating rigidbody it's attached to
public move ( Bounds outerBounds ) : void
outerBounds Bounds
Résultat void