Show / Hide Table of Contents

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()
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾