Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
FishFlocking
C# Class FishFlocking, buildingworlds_spring2013
Inheritance:
MonoBehaviour
Show file
Open project: radiatoryang/buildingworlds_spring2013
Class Usage Examples
Public Properties
Property
Type
Description
alignment
float
cohesion
float
neighborRange
float
range
float
separation
float
speed
float
Public Methods
Method
Description
FixedUpdate
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
alignment
public property
public
float
alignment
return
float
cohesion
public property
public
float
cohesion
return
float
neighborRange
public property
public
float
neighborRange
return
float
range
public property
public
float
range
return
float
separation
public property
public
float
separation
return
float
speed
public property
public
float
speed
return
float