C# Class BoidManager

Inheritance: MonoBehaviour
Show 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 property

public GameObject chasee
return GameObject

flock public static property

public static List flock
return List

prefab public property

public GameObject prefab
return GameObject

velocityLimit public property

public float velocityLimit
return float