Class FlowMapper
Inheritance
System.Object
FlowMapper
Assembly: Eco.Simulation.dll
Syntax
public static class FlowMapper : Object
Methods
Generate()
Declaration
public static Array2D<WorldPosition3i> Generate()
Returns
GetRouteToWater(TraversalData, Vector3, Vector3, Single)
Declaration
public static Route GetRouteToWater(TraversalData traversal, Vector3 facing, Vector3 start, float speed)
Parameters
Type |
Name |
Description |
TraversalData |
traversal |
|
System.Numerics.Vector3 |
facing |
|
System.Numerics.Vector3 |
start |
|
System.Single |
speed |
|
Returns