Table of Contents

Class FlyAI.FlockBehavior

Namespace
Global
Assembly
Assembly-CSharp.dll
public class FlyAI.FlockBehavior
Inheritance
FlyAI.FlockBehavior
Inherited Members

Constructors

FlockBehavior(FlyAI)

public FlockBehavior(FlyAI leader)

Parameters

leader FlyAI

Fields

col

public Color col

Field Value

Color

collectiveMovement

public float collectiveMovement

Field Value

float

distanceToOthers

public float distanceToOthers

Field Value

float

dom

public float dom

Field Value

float

drop

public bool drop

Field Value

bool

exaggerateDirectionOfOthers

public float exaggerateDirectionOfOthers

Field Value

float

flockDir

public Vector2 flockDir

Field Value

Vector2

formChains

public bool formChains

Field Value

bool

leader

public FlyAI leader

Field Value

FlyAI

life

public float life

Field Value

float

lifeTime

public float lifeTime

Field Value

float

sinCycle

public float sinCycle

Field Value

float

swarmFlightSinAmpl

public float swarmFlightSinAmpl

Field Value

float

swarmFlightSinFreq

public float swarmFlightSinFreq

Field Value

float

swarmFlightVerticalDisplace

public float swarmFlightVerticalDisplace

Field Value

float

Properties

Dominance

public float Dominance { get; }

Property Value

float

Methods

Update()

public void Update()