Interface IAnimalUtils
Injector interface to communicate between Simulation and Gameplay namespace. Or in most cases get Gameplay data into Simulation, liek rooms, etc.
Namespace: Eco.Simulation.Agents
Assembly: Eco.Simulation.dll
Syntax
public interface IAnimalUtils
Methods
IsPositionInClosedRoom(Vector3i)
Declaration
bool IsPositionInClosedRoom(Vector3i pos)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3i | pos |
Returns
| Type | Description |
|---|---|
| System.Boolean |