C# Class FishFlocking, buildingworlds_spring2013

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public float alignment
return float

cohesion public_oe property

public float cohesion
return float

neighborRange public_oe property

public float neighborRange
return float

range public_oe property

public float range
return float

separation public_oe property

public float separation
return float

speed public_oe property

public float speed
return float