Class PredatorTracker
Inheritance
System.Object
PredatorTracker
Namespace: Eco.Simulation.ExternalInputs
Assembly: Eco.Simulation.dll
Syntax
public class PredatorTracker : AutoSingleton<PredatorTracker>
Constructors
PredatorTracker()
Declaration
public PredatorTracker()
Methods
AddPredator(IPredator)
Declaration
public static void AddPredator(IPredator predator)
Parameters
Type | Name | Description |
---|---|---|
IPredator | predator |
RemovePredator(IPredator)
Declaration
public static void RemovePredator(IPredator predator)
Parameters
Type | Name | Description |
---|---|---|
IPredator | predator |
Tick()
Declaration
public void Tick()