C# Class BoidManager

Inheritance: MonoBehaviour
Mostra file Open project: jsngai/deepsquid Class Usage Examples

Public Properties

Property Type Description
chasee GameObject
flock List
prefab GameObject
velocityLimit float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
init ( GameObject self, List l ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

chasee public_oe property

public GameObject chasee
return GameObject

flock public_oe static_oe property

public static List flock
return List

prefab public_oe property

public GameObject prefab
return GameObject

velocityLimit public_oe property

public float velocityLimit
return float