Class PackedPathNodeExtensions
Inheritance
System.Object
PackedPathNodeExtensions
Assembly: Eco.Simulation.dll
Syntax
public static class PackedPathNodeExtensions : Object
Methods
IsJump(PackedPathNode.Movability)
Declaration
public static bool IsJump(this PackedPathNode.Movability mov)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
IsOpen(WorldPosition3i)
Returns true if the block counts as empty for purposes of pathing.
Declaration
public static bool IsOpen(this WorldPosition3i pos)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
IsPathable(WorldPosition3i)
Declaration
public static bool IsPathable(this WorldPosition3i wpos)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Opposite(PackedPathNode.Movability)
Declaration
public static PackedPathNode.Movability Opposite(this PackedPathNode.Movability mov)
Parameters
Returns