Interface IPredator
Assembly: Eco.Simulation.dll
public interface IPredator
Properties
Declaration
Vector3 BaseVelocity { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Declaration
float DesiredSpeed { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
float DetectionRange { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
Vector3 FacingDir { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Declaration
Vector3 Position { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Methods
Declaration
bool ShouldFleeUs(IPrey animal)
Parameters
Type |
Name |
Description |
IPrey |
animal |
|
Returns
Type |
Description |
System.Boolean |
|