Class PlantSimEvents
Inheritance
System.Object
PlantSimEvents
Assembly: Eco.Simulation.dll
Syntax
public static class PlantSimEvents : Object
Fields
AfterPlantKilled
Declaration
public static ThreadSafeAction<Plant> AfterPlantKilled
Field Value
OnLogChopped
Declaration
public static ThreadSafeAction<object> OnLogChopped
Field Value
OnPlantDestroyedOrHarvested
Declaration
public static ThreadSafeAction<Plant, object, bool> OnPlantDestroyedOrHarvested
Field Value
TreeFelledEvent
Declaration
public static ThreadSafeAction<object, object> TreeFelledEvent
Field Value